File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,24 @@ gentbl_cc_library(
305305 deps = ["td_files" ],
306306)
307307
308+
309+ gentbl_cc_library (
310+ name = "triton_nvidia_gpu_types_inc_gen" ,
311+ tbl_outs = [
312+ (
313+ ["--gen-typedef-decls" ],
314+ "include/triton/Dialect/TritonNvidiaGPU/IR/Types.h.inc" ,
315+ ),
316+ (
317+ ["--gen-typedef-defs" ],
318+ "include/triton/Dialect/TritonNvidiaGPU/IR/Types.cpp.inc" ,
319+ ),
320+ ],
321+ tblgen = "@llvm-project//mlir:mlir-tblgen" ,
322+ td_file = "include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUTypes.td" ,
323+ deps = ["td_files" ],
324+ )
325+
308326gentbl_cc_library (
309327 name = "triton_gpu_type_interfaces_inc_gen" ,
310328 tbl_outs = [
@@ -541,6 +559,7 @@ cc_library(
541559 ":triton_gpu_dialect_inc_gen" ,
542560 ":triton_gpu_ops_inc_gen" ,
543561 ":triton_gpu_types_inc_gen" ,
562+ ":triton_nvidia_gpu_types_inc_gen" ,
544563 ":triton_gpu_type_interfaces_inc_gen" ,
545564 ":triton_interfaces_inc_gen" ,
546565 ":triton_nvidia_gpu_dialect_inc_gen" ,
You can’t perform that action at this time.
0 commit comments