41de3cb150
Validate Operations / validate-operations (push) Has been cancelled
better reports refactor for more code-reuse and patter usage fixes
23 lines
398 B
CMake
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
|
|
)
|