[Mlir-commits] [mlir] [mlir][NVVM] Add ops for vote all and any sync (PR #134309)

Guray Ozen llvmlistbot at llvm.org
Thu Apr 3 14:46:57 PDT 2025


================
@@ -819,6 +819,26 @@ def NVVM_VoteBallotOp :
   let hasCustomAssemblyFormat = 1;
 }
 
+def NVVM_VoteAllSyncOp : NVVM_Op<"vote.all.sync">,
----------------
grypp wrote:

I think we can use the existing op `nvvm.vote.ballot.sync` and extend its mode. so it's close to ptx.

https://github.com/llvm/llvm-project/pull/134309


More information about the Mlir-commits mailing list