File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3813,6 +3813,17 @@ gentbl_cc_library(
38133813 deps = [":XeGPUAttrTdFiles" ],
38143814)
38153815
3816+ gentbl_cc_library (
3817+ name = "XeGPUOpInterfaceIncGen" ,
3818+ tbl_outs = {
3819+ "include/mlir/Dialect/XeGPU/IR/XeGPUOpInterface.h.inc" : ["-gen-op-interface-decls" ],
3820+ "include/mlir/Dialect/XeGPU/IR/XeGPUOpInterface.cpp.inc" : ["-gen-op-interface-defs" ],
3821+ },
3822+ tblgen = ":mlir-tblgen" ,
3823+ td_file = "include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td" ,
3824+ deps = [":XeGPUAttrTdFiles" ],
3825+ )
3826+
38163827cc_library (
38173828 name = "XeGPUDialect" ,
38183829 srcs = glob (["lib/Dialect/XeGPU/IR/*.cpp" ]),
@@ -3834,6 +3845,7 @@ cc_library(
38343845 ":XeGPUAttrInterfaceIncGen" ,
38353846 ":XeGPUEnumsIncGen" ,
38363847 ":XeGPUIncGen" ,
3848+ ":XeGPUOpInterfaceIncGen" ,
38373849 ":XeGPUuArch" ,
38383850 ":XeVMDialect" ,
38393851 "//llvm:Support" ,
You can’t perform that action at this time.
0 commit comments