tvm
tvm copied to clipboard
[CMSIS-NN] Reduction in code size of AOT test runner binary
trafficstars
This change reduced the code size of AOT test runner binary for CMSIS-NN flow.
Presently, integration tests for CMSIS-NN generate binaries which includes all the CMSIS-NN kernels sources. This fix introduces additional compilation and runtime knobs to pick kernel sources for which TVM has generated the code.
cc @leandron @Mousius for code review.
There is an equivalent PR: https://github.com/apache/tvm/pull/13815