[Mlir-commits] [mlir] [MLIR][NVVM] Adds an explicit aligned boolean attribute to nvvm.barrier (PR #192203)
Durgadoss R
llvmlistbot at llvm.org
Mon Apr 27 04:20:34 PDT 2026
================
@@ -2916,9 +2917,8 @@ LogicalResult NVVM::SetMaxRegisterOp::verify() {
}
LogicalResult NVVM::BarrierOp::verify() {
- if (getNumberOfThreads() && !getBarrierId())
- return emitOpError(
- "barrier id is missing, it should be set between 0 to 15");
----------------
durga4github wrote:
yes, that works too!
https://github.com/llvm/llvm-project/pull/192203
More information about the Mlir-commits
mailing list