Skip to content

Commit f64b5c9

Browse files
authored
[flang][cuda] Fix hasDataAttr signature in header file (#154435)
Fix for #154422
1 parent 577ee97 commit f64b5c9

File tree

1 file changed

+1
-1
lines changed
  • flang/include/flang/Optimizer/Dialect/CUF/Attributes

1 file changed

+1
-1
lines changed

flang/include/flang/Optimizer/Dialect/CUF/Attributes/CUFAttr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ getProcAttribute(mlir::MLIRContext *mlirContext,
107107
}
108108

109109
/// Returns true if the operation has a data attribute with the given value.
110-
bool hasDataAttr(mlir::Operation *op);
110+
bool hasDataAttr(mlir::Operation *op, cuf::DataAttribute value);
111111

112112
} // namespace cuf
113113

0 commit comments

Comments
 (0)