Files
Raptor/src/PIM/Compiler/CMakeLists.txt
T
NiccoloN ab54243fda
Validate Operations / validate-operations (push) Waiting to run
blazingly faster
2026-07-19 09:59:49 +02:00

44 lines
767 B
CMake

add_pim_library(OMPimCompilerOptions
PimCompilerOptions.cpp
EXCLUDE_FROM_OM_LIBS
INCLUDE_DIRS PRIVATE
${PIM_COMPILER_INCLUDE_DIRS}
LINK_LIBS PUBLIC
OMCompilerOptions
ACCEL_INCLUDE_DIRS PRIVATE
${PIM_ACCEL_INCLUDE_DIRS}
)
add_pim_library(OMPimCompilerUtils
PimCompilerUtils.cpp
PimArtifactWriter.cpp
PimCodeGen.cpp
PimMemoryLiveness.cpp
PimWeightEmitter.cpp
EXCLUDE_FROM_OM_LIBS
INCLUDE_DIRS PRIVATE
${PIM_COMPILER_INCLUDE_DIRS}
LINK_LIBS PUBLIC
MLIRAffineToStandard
OMPimCompilerOptions
OMPimCommon
OMPimBufferization
OMPimMemoryCoalescing
OMPimHostConstantFolding
OMPimVerification
OMPimPasses
OMONNXToSpatial
OMSpatialToPim
OMCompilerPasses
ACCEL_INCLUDE_DIRS PRIVATE
${PIM_ACCEL_INCLUDE_DIRS}
)