Skip to content

Commit 20f951a

Browse files
raikonenfnumonorimet
authored andcommitted
Append cmake/bazel for transformopinterface
Signed-off-by: stanley-nod <[email protected]>
1 parent 7523e8c commit 20f951a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ iree_compiler_cc_library(
7979
"@llvm-project//mlir:TensorUtils",
8080
"@llvm-project//mlir:TilingInterface",
8181
"@llvm-project//mlir:TransformDialect",
82+
"@llvm-project//mlir:TransformDialectInterfaces",
8283
"@llvm-project//mlir:TransformUtils",
8384
"@llvm-project//mlir:Transforms",
8485
],

compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ iree_cc_library(
6767
MLIRTensorUtils
6868
MLIRTilingInterface
6969
MLIRTransformDialect
70+
MLIRTransformDialectInterfaces
7071
MLIRTransformUtils
7172
MLIRTransforms
7273
iree::compiler::Dialect::LinalgExt::IR

0 commit comments

Comments
 (0)