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 a655110 commit 9f9ba81Copy full SHA for 9f9ba81
mlir/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.td
@@ -57,8 +57,8 @@ def GPUTargetAttrInterface : AttrInterface<"TargetAttrInterface"> {
57
58
def GPUTargetAttrVerifyInterface : AttrInterface<"TargetAttrVerifyInterface"> {
59
let description = [{
60
- Interface for GPU target attributes that need to verify the target attribute
61
- for the given GPU module.
+ Interface for GPU target attributes that verify the target attribute
+ of a given GPU module.
62
}];
63
let cppNamespace = "::mlir::gpu";
64
let methods = [
0 commit comments