636310d0cb
Validate Operations / validate-operations (push) Has been cancelled
add shared checked arithmetic helpers refactor pim passes into Pim/Transforms more robust memory coalescing pass
30 lines
554 B
CMake
30 lines
554 B
CMake
add_pim_library(OMPimCommon
|
|
IR/AffineUtils.cpp
|
|
IR/AddressAnalysis.cpp
|
|
IR/BatchCoreUtils.cpp
|
|
IR/ConstantUtils.cpp
|
|
IR/CoreBlockUtils.cpp
|
|
IR/EntryPointUtils.cpp
|
|
IR/LoopUtils.cpp
|
|
IR/ShapeUtils.cpp
|
|
IR/SubviewUtils.cpp
|
|
IR/WeightUtils.cpp
|
|
Support/CheckedArithmetic.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
|
|
MLIRLinalgDialect
|
|
MLIRSCFDialect
|
|
onnx
|
|
SpatialOps
|
|
PimOps
|
|
)
|