File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5512,12 +5512,13 @@ gentbl_cc_library(
55125512
55135513cc_library (
55145514 name = "GPUPipelines" ,
5515- srcs = ["lib/Dialect/GPU/Pipelines/GPUToNVVMPipeline .cpp" ],
5515+ srcs = glob ( ["lib/Dialect/GPU/Pipelines/* .cpp" ]) ,
55165516 hdrs = ["include/mlir/Dialect/GPU/Pipelines/Passes.h" ],
55175517 includes = ["include" ],
55185518 deps = [
55195519 ":AffineToStandard" ,
55205520 ":ArithToLLVM" ,
5521+ ":ConversionPasses" ,
55215522 ":FuncDialect" ,
55225523 ":FuncToLLVM" ,
55235524 ":GPUDialect" ,
@@ -5526,8 +5527,10 @@ cc_library(
55265527 ":GPUTransforms" ,
55275528 ":IndexToLLVM" ,
55285529 ":LLVMDialect" ,
5530+ ":LLVMIRTransforms" ,
55295531 ":LinalgTransforms" ,
55305532 ":MathToLLVM" ,
5533+ ":MathToXeVM" ,
55315534 ":MemRefToLLVM" ,
55325535 ":MemRefTransforms" ,
55335536 ":NVGPUToNVVM" ,
@@ -5538,6 +5541,10 @@ cc_library(
55385541 ":Transforms" ,
55395542 ":VectorToLLVM" ,
55405543 ":VectorToSCF" ,
5544+ ":XeGPUToXeVM" ,
5545+ ":XeGPUTransforms" ,
5546+ ":XeVMTarget" ,
5547+ ":XeVMToLLVM" ,
55415548 ],
55425549)
55435550
You can’t perform that action at this time.
0 commit comments