Skip to content

Commit

Permalink
[mlir] Remove unnecessary dependency on Tensor from MemRef
Browse files Browse the repository at this point in the history
  • Loading branch information
River707 committed Jan 25, 2022
1 parent 320dc8c commit 881ff4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mlir/lib/Conversion/StandardToSPIRV/CMakeLists.txt
Expand Up @@ -20,4 +20,5 @@ add_mlir_conversion_library(MLIRStandardToSPIRV
MLIRSupport
MLIRTransformUtils
MLIRStandard
MLIRTensor
)
1 change: 1 addition & 0 deletions mlir/lib/Dialect/Affine/IR/CMakeLists.txt
Expand Up @@ -17,4 +17,5 @@ add_mlir_dialect_library(MLIRAffine
MLIRMemRef
MLIRSideEffectInterfaces
MLIRStandard
MLIRTensor
)
1 change: 0 additions & 1 deletion mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
Expand Up @@ -20,6 +20,5 @@ add_mlir_dialect_library(MLIRMemRef
MLIRIR
MLIRMemRefUtils
MLIRStandard
MLIRTensor
MLIRViewLikeInterface
)

0 comments on commit 881ff4e

Please sign in to comment.