[Mlir-commits] [mlir] [ROCDL] Added missing named barrier ops (gfx1250) (PR #162488)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Oct 8 10:39:49 PDT 2025
================
@@ -292,18 +292,56 @@ def ROCDL_BarrierOp : ROCDL_Op<"barrier"> {
let assemblyFormat = "attr-dict";
}
+def ROCDLBufferLDS : LLVM_PointerInAddressSpace<3>;
+
+def ROCDL_BarrierInitOp : ROCDL_IntrOp<"s.barrier.init", [], [], [Pure], 0, 0, 0, 0, [1], ["id"]>,
----------------
kuhar wrote:
Is this pure? I don't see any results returned by this op
https://github.com/llvm/llvm-project/pull/162488
More information about the Mlir-commits
mailing list