diff --git a/compiler/src/iree/compiler/Codegen/Interfaces/BUILD.bazel b/compiler/src/iree/compiler/Codegen/Interfaces/BUILD.bazel index 8128d8cb59d4..eefbade5e4d0 100644 --- a/compiler/src/iree/compiler/Codegen/Interfaces/BUILD.bazel +++ b/compiler/src/iree/compiler/Codegen/Interfaces/BUILD.bazel @@ -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", diff --git a/compiler/src/iree/compiler/Codegen/Interfaces/CMakeLists.txt b/compiler/src/iree/compiler/Codegen/Interfaces/CMakeLists.txt index c3333af78cd5..88d454fe9423 100644 --- a/compiler/src/iree/compiler/Codegen/Interfaces/CMakeLists.txt +++ b/compiler/src/iree/compiler/Codegen/Interfaces/CMakeLists.txt @@ -28,6 +28,7 @@ iree_cc_library( MLIRAffineTransformOps MLIRArithValueBoundsOpInterfaceImpl MLIRBufferizationTransformOps + MLIRGPUDialect MLIRGPUTransformOps MLIRIR MLIRLinalgDialect