[Mlir-commits] [mlir] [MLIR][XeGPU] Enable `isa<>` check for uarch (PR #204577)

Artem Kroviakov llvmlistbot at llvm.org
Thu Jun 18 10:50:22 PDT 2026


================
@@ -152,16 +153,49 @@ struct CacheInfo {
 };
 
 struct uArch {
+  enum class Kind {
+    // Xe2 family
+    Xe2Plus_First,
+    PVC = Xe2Plus_First,
+    BMG,
+    CRI,
----------------
akroviakov wrote:

Done.

https://github.com/llvm/llvm-project/pull/204577


More information about the Mlir-commits mailing list