[llvm] Fix mlir/BUILD.bazel for XeGPUUtils. (PR #153689)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 14 14:24:16 PDT 2025


https://github.com/DeanSturtevant1 created https://github.com/llvm/llvm-project/pull/153689

None

>From 1300ae0c71abd83f8e286e3f1211a7ece3e1a2d7 Mon Sep 17 00:00:00 2001
From: Dean Sturtevant <dsturtevant at google.com>
Date: Thu, 14 Aug 2025 17:22:23 -0400
Subject: [PATCH] Fix mlir/BUILD.bazel for XeGPUUtils.

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index cd96f50186143..dba7af1c683b9 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3723,11 +3723,14 @@ cc_library(
     includes = ["include"],
     deps = [
         ":DialectUtils",
+        ":GPUDialect",
         ":IR",
+        ":LLVMDialect",
         ":LoopLikeInterface",
         ":SCFTransforms",
         ":TransformUtils",
         ":XeGPUDialect",
+        ":XeVMDialect",
         "//llvm:Support",
     ],
 )



More information about the llvm-commits mailing list