CMakeLists.txt
400 Bytes
add_mlir_dialect_library(MLIRVector
VectorOps.cpp
VectorTransforms.cpp
VectorUtils.cpp
EDSC/Builders.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Vector
DEPENDS
MLIRVectorOpsIncGen
LINK_LIBS PUBLIC
MLIRAffineEDSC
MLIREDSC
MLIRIR
MLIRStandard
MLIRAffine
MLIRLinalg
MLIRSCF
MLIRLoopAnalysis
MLIRSideEffectInterfaces
MLIRVectorInterfaces
)