File tree 1 file changed +15
-0
lines changed
utils/bazel/llvm-project-overlay/mlir
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -3421,17 +3421,32 @@ cc_library(
3421
3421
":Analysis" ,
3422
3422
":FunctionInterfaces" ,
3423
3423
":GPUDialect" ,
3424
+ ":GPUUtils" ,
3424
3425
":IR" ,
3426
+ ":InliningUtils" ,
3425
3427
":MemRefDialect" ,
3426
3428
":Pass" ,
3427
3429
":TransformUtils" ,
3428
3430
":VectorDialect" ,
3431
+ ":VectorTransforms" ,
3429
3432
":XeGPUDialect" ,
3430
3433
":XeGPUPassIncGen" ,
3434
+ ":XeGPUUtils" ,
3431
3435
"//llvm:Support" ,
3432
3436
],
3433
3437
)
3434
3438
3439
+ cc_library (
3440
+ name = "XeGPUUtils" ,
3441
+ srcs = glob (["lib/Dialect/XeGPU/Utils/*.cpp" ]),
3442
+ hdrs = glob (["include/mlir/Dialect/XeGPU/Utils/*.h" ]),
3443
+ includes = ["include" ],
3444
+ deps = [
3445
+ ":IR" ,
3446
+ ":XeGPUDialect" ,
3447
+ ],
3448
+ )
3449
+
3435
3450
td_library (
3436
3451
name = "FuncTdFiles" ,
3437
3452
srcs = [
You can’t perform that action at this time.
0 commit comments