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 33c2e4e commit 4114f07Copy full SHA for 4114f07
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2791,6 +2791,22 @@ gentbl_cc_library(
2791
["-gen-typedef-defs"],
2792
"include/mlir/Dialect/NVGPU/IR/NVGPUTypes.cpp.inc",
2793
),
2794
+ (
2795
+ ["-gen-enum-decls"],
2796
+ "include/mlir/Dialect/NVGPU/IR/NVGPUEnums.h.inc",
2797
+ ),
2798
2799
+ ["-gen-enum-defs"],
2800
+ "include/mlir/Dialect/NVGPU/IR/NVGPUEnums.cpp.inc",
2801
2802
2803
+ ["-gen-attrdef-decls"],
2804
+ "include/mlir/Dialect/NVGPU/IR/NVGPUAttrDefs.h.inc",
2805
2806
2807
+ ["-gen-attrdef-defs"],
2808
+ "include/mlir/Dialect/NVGPU/IR/NVGPUAttrDefs.cpp.inc",
2809
2810
],
2811
tblgen = ":mlir-tblgen",
2812
td_file = "include/mlir/Dialect/NVGPU/IR/NVGPU.td",
0 commit comments