Skip to content

Commit

Permalink
Add GPU dialect as a dependency to external dialect registration to f…
Browse files Browse the repository at this point in the history
…ix Bazel build

Signed-off-by: Krzysztof Drewniak <[email protected]>
  • Loading branch information
krzysz00 committed Jan 16, 2025
1 parent 1d48f45 commit 22c015e
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/ExternalInterfaces/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ iree_compiler_cc_library(
"//compiler/src/iree/compiler/Dialect/Stream/IR",
"//compiler/src/iree/compiler/Dialect/Util/IR",
"@llvm-project//mlir:ArithDialect",
"@llvm-project//mlir:GPUDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:LinalgDialect",
"@llvm-project//mlir:LinalgOpsIncGen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ iree_cc_library(
"UtilExternalModels.cpp"
DEPS
MLIRArithDialect
MLIRGPUDialect
MLIRIR
MLIRLinalgDialect
MLIRLinalgOpsIncGenLib
Expand Down

0 comments on commit 22c015e

Please sign in to comment.