We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29a8bd commit e1df091Copy full SHA for e1df091
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
@@ -1506,7 +1506,7 @@ LogicalResult NVVM::BarrierOp::verify() {
1506
"barrier id is missing, it should be set between 0 to 15");
1507
1508
if (getBarrierId() && (getReductionOp() || getReductionPredicate()))
1509
- return emitOpError("reduction are only available for barrier id 0");
+ return emitOpError("reduction are only available when id is 0");
1510
1511
if ((getReductionOp() && !getReductionPredicate()) ||
1512
(!getReductionOp() && getReductionPredicate()))
0 commit comments