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 6dd4d9d commit 389f346Copy full SHA for 389f346
mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
@@ -329,7 +329,7 @@ def DeclareTargetInterface : OpInterface<"DeclareTargetInterface"> {
329
/*retTy=*/"void",
330
/*methodName=*/"setDeclareTarget",
331
(ins "mlir::omp::DeclareTargetDeviceType":$deviceType,
332
- "mlir::omp::DeclareTargetCaptureClause":$captureClause),
+ "mlir::omp::DeclareTargetCaptureClause":$captureClause,
333
"bool":$automap), [{}], [{
334
$_op->setAttr("omp.declare_target",
335
mlir::omp::DeclareTargetAttr::get(
0 commit comments