Skip to content

Commit

Permalink
Add missing dep in LLVMGPU package to fix Bazel build. (#18582)
Browse files Browse the repository at this point in the history
Context:
#18573 (comment)

ci-exactly: linux_x64_bazel
  • Loading branch information
ScottTodd committed Sep 23, 2024
1 parent ac03e05 commit 070ec4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/iree/compiler/Codegen/LLVMGPU/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ iree_compiler_cc_library(
"@llvm-project//mlir:GPUTransforms",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:LLVMCommonConversion",
"@llvm-project//mlir:LLVMDialect",
"@llvm-project//mlir:LinalgDialect",
"@llvm-project//mlir:LinalgTransforms",
"@llvm-project//mlir:MathDialect",
Expand Down
1 change: 1 addition & 0 deletions compiler/src/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ iree_cc_library(
MLIRGPUTransforms
MLIRIR
MLIRLLVMCommonConversion
MLIRLLVMDialect
MLIRLinalgDialect
MLIRLinalgTransforms
MLIRMathDialect
Expand Down

0 comments on commit 070ec4a

Please sign in to comment.