[Mlir-commits] [mlir] [mlir][rocdl] Add IR examples to OP definitions (PR #182147)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Feb 20 08:46:14 PST 2026
================
@@ -472,12 +617,27 @@ def ROCDL_BarrierWaitOp : ROCDL_ConcreteNonMemIntrOp<"s.barrier.wait", [], 0, [0
Arguments<(ins I16Attr:$id)> {
let results = (outs);
let assemblyFormat = "`id` `=` $id attr-dict";
+ let description = [{
+ Wait on a barrier by id. Available on gfx1250+.
----------------
RattataKing wrote:
thanks!
https://github.com/llvm/llvm-project/pull/182147
More information about the Mlir-commits
mailing list