File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4231,6 +4231,7 @@ cc_library(
42314231 ":VectorToLLVM" ,
42324232 ":VectorToSCF" ,
42334233 ":VectorToSPIRV" ,
4234+ ":VectorToXeGPU" ,
42344235 ],
42354236)
42364237
@@ -8438,6 +8439,25 @@ cc_library(
84388439 ],
84398440)
84408441
8442+ cc_library (
8443+ name = "VectorToXeGPU" ,
8444+ srcs = ["lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp" ],
8445+ hdrs = ["include/mlir/Conversion/VectorToXeGPU/VectorToXeGPU.h" ],
8446+ includes = ["include" ],
8447+ deps = [
8448+ ":ArithDialect" ,
8449+ ":ConversionPassIncGen" ,
8450+ ":IR" ,
8451+ ":MemRefDialect" ,
8452+ ":Pass" ,
8453+ ":TransformUtils" ,
8454+ ":Transforms" ,
8455+ ":VectorDialect" ,
8456+ ":XeGPUDialect" ,
8457+ "//llvm:Support" ,
8458+ ],
8459+ )
8460+
84418461cc_library (
84428462 name = "ControlFlowToSCF" ,
84438463 srcs = [
You can’t perform that action at this time.
0 commit comments