Skip to content

Commit 9f9ba81

Browse files
Wolfram70grypp
andcommitted
Update GPUTargetVerifyInterface description
Co-authored-by: Guray Ozen <[email protected]>
1 parent a655110 commit 9f9ba81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def GPUTargetAttrInterface : AttrInterface<"TargetAttrInterface"> {
5757

5858
def GPUTargetAttrVerifyInterface : AttrInterface<"TargetAttrVerifyInterface"> {
5959
let description = [{
60-
Interface for GPU target attributes that need to verify the target attribute
61-
for the given GPU module.
60+
Interface for GPU target attributes that verify the target attribute
61+
of a given GPU module.
6262
}];
6363
let cppNamespace = "::mlir::gpu";
6464
let methods = [

0 commit comments

Comments
 (0)