File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3419,6 +3419,7 @@ cc_library(
3419
3419
deps = [
3420
3420
":AffineUtils" ,
3421
3421
":Analysis" ,
3422
+ ":DialectUtils" ,
3422
3423
":FunctionInterfaces" ,
3423
3424
":GPUDialect" ,
3424
3425
":GPUUtils" ,
@@ -8988,6 +8989,7 @@ cc_binary(
8988
8989
"//mlir/test:TestTransforms" ,
8989
8990
"//mlir/test:TestVector" ,
8990
8991
"//mlir/test:TestVectorToSPIRV" ,
8992
+ "//mlir/test:TestXeGPU" ,
8991
8993
],
8992
8994
)
8993
8995
Original file line number Diff line number Diff line change @@ -1159,3 +1159,19 @@ cc_library(
1159
1159
"//mlir:Transforms" ,
1160
1160
],
1161
1161
)
1162
+
1163
+ cc_library (
1164
+ name = "TestXeGPU" ,
1165
+ srcs = glob (["lib/Dialect/XeGPU/*.cpp" ]),
1166
+ includes = ["lib/Dialect/Test" ],
1167
+ deps = [
1168
+ "//mlir:GPUDialect" ,
1169
+ "//mlir:IR" ,
1170
+ "//mlir:MemRefDialect" ,
1171
+ "//mlir:Pass" ,
1172
+ "//mlir:TransformUtils" ,
1173
+ "//mlir:VectorTransforms" ,
1174
+ "//mlir:XeGPUDialect" ,
1175
+ "//mlir:XeGPUTransforms" ,
1176
+ ],
1177
+ )
You can’t perform that action at this time.
0 commit comments