[Mlir-commits] [mlir] [mlir][spirv] Add definition for OpGroupNonUniformBallotBitCount (PR #126055)
Igor Wodiany
llvmlistbot at llvm.org
Thu Feb 6 13:10:37 PST 2025
================
@@ -1287,4 +1296,69 @@ def SPIRV_GroupNonUniformLogicalXorOp :
// -----
+def SPIRV_GroupNonUniformBallotBitCountOp : SPIRV_Op<"GroupNonUniformBallotBitCount", [
+ SPIRV_ExecutionScopeAttrIs<"execution_scope", "Subgroup">,
----------------
IgWod-IMG wrote:
Absolutely, more we can verify in ODS, the better; however in my opinion this should be a separate PR (which it looks like we agree on), so I am not going to change anything in this ticket.
https://github.com/llvm/llvm-project/pull/126055
More information about the Mlir-commits
mailing list