Skip to content

Commit 4e63d70

Browse files
Fix mlir/BUILD.bazel for XeGPUUtils. (#153689)
1 parent db5f7dc commit 4e63d70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3723,11 +3723,14 @@ cc_library(
37233723
includes = ["include"],
37243724
deps = [
37253725
":DialectUtils",
3726+
":GPUDialect",
37263727
":IR",
3728+
":LLVMDialect",
37273729
":LoopLikeInterface",
37283730
":SCFTransforms",
37293731
":TransformUtils",
37303732
":XeGPUDialect",
3733+
":XeVMDialect",
37313734
"//llvm:Support",
37323735
],
37333736
)

0 commit comments

Comments
 (0)