Sign in
llvm
/
llvm-project
/
57bd1c6c74804540df80c3896f74788be6166d3f
/
.
/
mlir
/
lib
/
Dialect
/
Tensor
/
Utils
/
CMakeLists.txt
blob: 6de229b2fe14183a260248e3f36f20e6ae975b42 [
file
] [
log
] [
blame
]
add_mlir_dialect_library(MLIRTensorUtils
Utils.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Tensor
LINK_LIBS PUBLIC
MLIRAffineDialect
MLIRArithDialect
MLIRArithUtils
MLIRIR
MLIRTensorDialect
MLIRValueBoundsOpInterface
)