41de3cb150
Validate Operations / validate-operations (push) Has been cancelled
better reports refactor for more code-reuse and patter usage fixes
22 lines
347 B
CMake
22 lines
347 B
CMake
add_onnx_mlir_dialect(Pim pim)
|
|
add_onnx_mlir_dialect_doc(pim Pim.td)
|
|
|
|
add_subdirectory(Transforms/Bufferization)
|
|
add_subdirectory(Transforms/StaticMemoryCoalescing)
|
|
|
|
add_pim_library(PimOps
|
|
PimOps.hpp
|
|
PimOps.cpp
|
|
PimOpsAsm.cpp
|
|
PimOpsVerify.cpp
|
|
|
|
EXCLUDE_FROM_OM_LIBS
|
|
|
|
DEPENDS
|
|
OMPimIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
OMMlirDialects
|
|
MLIRIR
|
|
)
|