Skip to content

Commit c491c6e

Browse files
committed
[bazel] Port 89d1143
1 parent 0f68dc6 commit c491c6e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5512,12 +5512,13 @@ gentbl_cc_library(
55125512

55135513
cc_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

0 commit comments

Comments
 (0)