[llvm] [bzl][mlir][mlir-vulkan-runner] Add vulkan deps (PR #119457)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 13:03:36 PST 2024
https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/119457
9735873009ca86b03c3283d06edd1b3a190d4af9
>From 13f3ff06344e996effd3f39fd5966fffdd19567b Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Tue, 10 Dec 2024 13:02:12 -0800
Subject: [PATCH] [bzl][mlir][mlir-vulkan-runner] Add deps for
9735873009ca86b03c3283d06edd1b3a190d4af9
---
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
index 688edacbc93bf9..a9446d60d26345 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -546,10 +546,12 @@ cc_library(
deps = [
":TestDialect",
"//llvm:Support",
+ "//mlir:ConvertToSPIRV",
"//mlir:FuncDialect",
"//mlir:GPUToSPIRV",
"//mlir:GPUTransforms",
"//mlir:IR",
+ "//mlir:MemRefTransforms",
"//mlir:Pass",
"//mlir:SPIRVDialect",
"//mlir:SPIRVToLLVM",
More information about the llvm-commits
mailing list