File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
mlir/include/mlir/Dialect/GPU/IR Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments