We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7523e8c commit 20f951aCopy full SHA for 20f951a
compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/BUILD.bazel
@@ -79,6 +79,7 @@ iree_compiler_cc_library(
79
"@llvm-project//mlir:TensorUtils",
80
"@llvm-project//mlir:TilingInterface",
81
"@llvm-project//mlir:TransformDialect",
82
+ "@llvm-project//mlir:TransformDialectInterfaces",
83
"@llvm-project//mlir:TransformUtils",
84
"@llvm-project//mlir:Transforms",
85
],
compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/CMakeLists.txt
@@ -67,6 +67,7 @@ iree_cc_library(
67
MLIRTensorUtils
68
MLIRTilingInterface
69
MLIRTransformDialect
70
+ MLIRTransformDialectInterfaces
71
MLIRTransformUtils
72
MLIRTransforms
73
iree::compiler::Dialect::LinalgExt::IR
0 commit comments