Skip to content

Commit d31b139

Browse files
committed
address review feedbacks
1 parent 0d422ef commit d31b139

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@ def GPU_LaunchOp : GPU_Op<"launch", [
842842
The `kernelFunc` and `kernelModule` attributes are optional and specifies
843843
the kernel name and a module in whichthe kernel should be outlined.
844844

845-
846845
Syntax:
847846

848847
```
@@ -1036,16 +1035,6 @@ def GPU_LaunchOp : GPU_Op<"launch", [
10361035
static StringRef getNumWorkgroupAttributionsAttrName() {
10371036
return "workgroup_attributions";
10381037
}
1039-
1040-
/// Checks if the kernel func name attribute is present.
1041-
bool hasKernelFuncName() {
1042-
return getKernelFunc().has_value();
1043-
}
1044-
1045-
/// Checks if the kernel module name attribute is present.
1046-
bool hasKernelModuleName() {
1047-
return getKernelModule().has_value();
1048-
}
10491038
}];
10501039

10511040
let hasCanonicalizer = 1;

0 commit comments

Comments
 (0)