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(
4231
4231
":VectorToLLVM" ,
4232
4232
":VectorToSCF" ,
4233
4233
":VectorToSPIRV" ,
4234
+ ":VectorToXeGPU" ,
4234
4235
],
4235
4236
)
4236
4237
@@ -8438,6 +8439,25 @@ cc_library(
8438
8439
],
8439
8440
)
8440
8441
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
+
8441
8461
cc_library (
8442
8462
name = "ControlFlowToSCF" ,
8443
8463
srcs = [
You can’t perform that action at this time.
0 commit comments