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 577ee97 commit f64b5c9Copy full SHA for f64b5c9
flang/include/flang/Optimizer/Dialect/CUF/Attributes/CUFAttr.h
@@ -107,7 +107,7 @@ getProcAttribute(mlir::MLIRContext *mlirContext,
107
}
108
109
/// Returns true if the operation has a data attribute with the given value.
110
-bool hasDataAttr(mlir::Operation *op);
+bool hasDataAttr(mlir::Operation *op, cuf::DataAttribute value);
111
112
} // namespace cuf
113
0 commit comments