[Mlir-commits] [mlir] [MLIR][ROCDL] Add BallotOp and lit test (PR #84856)
Mehdi Amini
llvmlistbot at llvm.org
Tue Mar 12 21:50:07 PDT 2024
================
@@ -158,6 +158,16 @@ Arguments<(ins I32:$index,
}];
}
+def ROCDL_BallotOp :
+ ROCDL_Op<"ballot">,
+ Results<(outs LLVM_Type:$res)>,
----------------
joker-eph wrote:
This is missing a documentation: please add a summary and complete description of the op semantics. We'd want the MLIR website to be completely documented.
https://github.com/llvm/llvm-project/pull/84856
More information about the Mlir-commits
mailing list