Skip to content

Commit

Permalink
Add dependency on GPU dialect to one more spot
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Drewniak <[email protected]>
  • Loading branch information
krzysz00 committed Jan 17, 2025
1 parent fa9267d commit 208ff2c
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/Interfaces/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ iree_compiler_cc_library(
"@llvm-project//mlir:AMDGPUDialect",
"@llvm-project//mlir:ArithValueBoundsOpInterfaceImpl",
"@llvm-project//mlir:BufferizationTransformOps",
"@llvm-project//mlir:GPUDialect",
"@llvm-project//mlir:GPUTransformOps",
"@llvm-project//mlir:LinalgDialect",
"@llvm-project//mlir:LinalgTransformOps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ iree_cc_library(
MLIRAffineTransformOps
MLIRArithValueBoundsOpInterfaceImpl
MLIRBufferizationTransformOps
MLIRGPUDialect
MLIRGPUTransformOps
MLIRIR
MLIRLinalgDialect
Expand Down

0 comments on commit 208ff2c

Please sign in to comment.