This revision adds a programmable codegen strategy from linalg based on staged rewrite patterns. Testing is exercised on a simple linalg.matmul op. Differential Revision: https://reviews.llvm.org/D89374
16 lines
251 B
CMake
16 lines
251 B
CMake
add_mlir_conversion_library(MLIRVectorToSCF
|
|
VectorToSCF.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToSCF
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIREDSC
|
|
MLIRAffineEDSC
|
|
MLIRLLVMIR
|
|
MLIRTransforms
|
|
)
|