From 208ff2c06e954a6a168f2b88273f3a2f702e6d5b Mon Sep 17 00:00:00 2001 From: Krzysztof Drewniak Date: Fri, 17 Jan 2025 19:33:04 +0000 Subject: [PATCH] Add dependency on GPU dialect to one more spot Signed-off-by: Krzysztof Drewniak --- compiler/src/iree/compiler/Codegen/Interfaces/BUILD.bazel | 1 + compiler/src/iree/compiler/Codegen/Interfaces/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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