[Mlir-commits] [mlir] [MLIR][XeGPU] Enable `isa<>` check for uarch (PR #204577)
Jianhui Li
llvmlistbot at llvm.org
Thu Jun 18 08:41:57 PDT 2026
================
@@ -152,16 +153,49 @@ struct CacheInfo {
};
struct uArch {
+ enum class Kind {
+ // Xe2 family
+ Xe2Plus_First,
+ PVC = Xe2Plus_First,
+ BMG,
+ CRI,
----------------
Jianhui-Li wrote:
Better to separate to Xe2 (PVC/BMG) and Xe3 (CRI) family to allow target-family specific check.
https://github.com/llvm/llvm-project/pull/204577
More information about the Mlir-commits
mailing list