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 38e6b58 commit 1a0bac6Copy full SHA for 1a0bac6
mlir/include/mlir/Dialect/OpenACC/OpenACC.h
@@ -119,8 +119,7 @@ mlir::SmallVector<mlir::Value> getBounds(mlir::Operation *accDataClauseOp);
119
120
/// Used to obtain `async` operands from an acc operation.
121
/// Returns an empty vector if there are no such operands.
122
-mlir::SmallVector<mlir::Value>
123
-getAsyncOperands(mlir::Operation *accOp);
+mlir::SmallVector<mlir::Value> getAsyncOperands(mlir::Operation *accOp);
124
125
/// Returns an array of acc:DeviceTypeAttr attributes attached to
126
/// an acc operation, that correspond to the device types associated with the
0 commit comments