Files
Raptor/src/PIM/Compiler/CMakeLists.txt
T
NiccoloN e8a08f6dd0
Validate Operations / validate-operations (push) Has been cancelled
faster pim VerificationPass.cpp and pim code emission
2026-05-25 15:24:12 +02:00

40 lines
679 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
PimWeightEmitter.cpp
EXCLUDE_FROM_OM_LIBS
INCLUDE_DIRS PRIVATE
${PIM_COMPILER_INCLUDE_DIRS}
LINK_LIBS PUBLIC
OMPimCompilerOptions
OMPimCommon
OMPimBufferization
OMPimStaticMemoryCoalescing
OMPimPasses
OMONNXToSpatial
OMSpatialToPim
OMCompilerPasses
ACCEL_INCLUDE_DIRS PRIVATE
${PIM_ACCEL_INCLUDE_DIRS}
)