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 f04736c commit 9d291efCopy full SHA for 9d291ef
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
@@ -2506,8 +2506,7 @@ LogicalResult acc::LoopOp::verify() {
2506
deviceTypeAttr.getValue()) ||
2507
getGangValue(mlir::acc::GangArgType::Static,
2508
deviceTypeAttr.getValue()))
2509
- return emitError()
2510
- << "gang, worker or vector cannot appear with seq";
+ return emitError() << "gang, worker or vector cannot appear with seq";
2511
}
2512
2513
0 commit comments