Files
Raptor/src/PIM/Common/CMakeLists.txt
T
NiccoloN 41de3cb150
Validate Operations / validate-operations (push) Has been cancelled
add memory coalescing pass
better reports
refactor for more code-reuse and patter usage
fixes
2026-05-12 18:17:00 +02:00

23 lines
398 B
CMake

add_pim_library(OMPimCommon
IR/AddressAnalysis.cpp
IR/CoreBlockUtils.cpp
IR/EntryPointUtils.cpp
IR/ShapeUtils.cpp
IR/SubviewUtils.cpp
IR/WeightUtils.cpp
Support/DebugDump.cpp
Support/Diagnostics.cpp
Support/FileSystemUtils.cpp
Support/ReportUtils.cpp
EXCLUDE_FROM_OM_LIBS
INCLUDE_DIRS PUBLIC
${PIM_PUBLIC_INCLUDE_DIRS}
LINK_LIBS PUBLIC
onnx
SpatialOps
PimOps
)