[Mlir-commits] [mlir] [mlir][MemRef][GPU] Migrate GPU dialect ops to IndexedAccessOpInterface (PR #190380)

Fabian Mora llvmlistbot at llvm.org
Fri Apr 10 10:02:30 PDT 2026


================
@@ -1828,6 +1828,7 @@ def GPU_SetDefaultDeviceOp : GPU_Op<"set_default_device",
   let assemblyFormat = "attr-dict $devIndex";
 }
 
+// Promises IndexedAccessOpInterface.
----------------
fabianmcg wrote:

Not necessarily asking for this commit, but it might be word trying adding a parametric trait to check in the verifier the promise. Something similar to https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/IR/OpBase.td#L460-L477

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


More information about the Mlir-commits mailing list