mirror of https://github.com/llvm/torch-mlir
25 lines
383 B
CMake
25 lines
383 B
CMake
add_mlir_library(NPCOMPE2E
|
|
E2E.cpp
|
|
LowerRankedShapes.cpp
|
|
LowerToHybridTensorMemRef.cpp
|
|
LowerToLLVM.cpp
|
|
LowerToMemRefABI.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${PROJECT_SRC_DIR}/include/npcomp/E2E
|
|
|
|
DEPENDS
|
|
NPCOMPE2EPassIncGen
|
|
MLIRLinalgOps
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRLinalgOps
|
|
MLIRStandardOps
|
|
MLIRStandardToLLVM
|
|
MLIRSCFToStandard
|
|
)
|