File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -3816,6 +3816,40 @@ cc_library(
38163816 ],
38173817)
38183818
3819+ gentbl_cc_library (
3820+ name = "XeGPUTransformOpsIncGen" ,
3821+ tbl_outs = {
3822+ "include/mlir/Dialect/XeGPU/TransformOps/XeGPUTransformOps.h.inc" : ["-gen-op-decls" ],
3823+ "include/mlir/Dialect/XeGPU/TransformOps/XeGPUTransformOps.cpp.inc" : ["-gen-op-defs" ],
3824+ },
3825+ tblgen = ":mlir-tblgen" ,
3826+ td_file = "include/mlir/Dialect/XeGPU/TransformOps/XeGPUTransformOps.td" ,
3827+ deps = [
3828+ ":TransformDialectTdFiles" ,
3829+ ],
3830+ )
3831+
3832+ cc_library (
3833+ name = "XeGPUTransformOps" ,
3834+ srcs = [
3835+ "lib/Dialect/XeGPU/TransformOps/XeGPUTransformOps.cpp" ,
3836+ ],
3837+ hdrs = [
3838+ "include/mlir/Dialect/XeGPU/TransformOps/XeGPUTransformOps.h" ,
3839+ ],
3840+ includes = ["include" ],
3841+ deps = [
3842+ ":DialectUtils" ,
3843+ ":IR" ,
3844+ ":SCFDialect" ,
3845+ ":TransformDialect" ,
3846+ ":TransformDialectInterfaces" ,
3847+ ":XeGPUDialect" ,
3848+ ":XeGPUTransformOpsIncGen" ,
3849+ ":XeGPUUtils" ,
3850+ ],
3851+ )
3852+
38193853td_library (
38203854 name = "FuncTdFiles" ,
38213855 srcs = [
@@ -9470,6 +9504,7 @@ cc_library(
94709504 ":UBToLLVM" ,
94719505 ":VectorToLLVM" ,
94729506 ":VectorTransformOps" ,
9507+ ":XeGPUTransformOps" ,
94739508 ":XeVMToLLVM" ,
94749509 ":XeVMToLLVMIRTranslation" ,
94759510 ],
You can’t perform that action at this time.
0 commit comments