[Mlir-commits] [mlir] [MLIR][XeVM] XeVM to LLVM: Add conversion patterns for id ops (PR #162536)

Artem Kroviakov llvmlistbot at llvm.org
Thu Oct 9 03:07:27 PDT 2025


================
@@ -714,6 +714,137 @@ class LLVMLoadStoreToOCLPattern : public OpConversionPattern<OpType> {
   }
 };
 
+//===----------------------------------------------------------------------===//
+// GPU index id operations
+//===----------------------------------------------------------------------===//
+/*
+// Launch Config ops
+//   dimidx - x, y, x - is fixed to i32
----------------
akroviakov wrote:

Did you mean
```suggestion
//   dimidx - x, y, z - is fixed to i32
```
?

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


More information about the Mlir-commits mailing list