[Mlir-commits] [mlir] [MLIR][ROCDL] Add BallotOp and lit test (PR #84856)
Thomas Raoux
llvmlistbot at llvm.org
Tue Mar 12 22:06:34 PDT 2024
================
@@ -158,6 +158,16 @@ Arguments<(ins I32:$index,
}];
}
+def ROCDL_BallotOp :
+ ROCDL_Op<"ballot">,
+ Results<(outs LLVM_Type:$res)>,
----------------
ThomasRaoux wrote:
Good point. I see now that none of the other intrinsics op have descriptions in the file, but it is not a reason not to add it. @zahimoud can you send a follow up PR?
https://github.com/llvm/llvm-project/pull/84856
More information about the Mlir-commits
mailing list