tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[CMSIS-NN] Reduction in code size of AOT test runner binary

Open ashutosh-arm opened this issue 3 years ago • 1 comments
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.

ashutosh-arm avatar Sep 20 '22 15:09 ashutosh-arm

cc @leandron @Mousius for code review.

ashutosh-arm avatar Sep 20 '22 16:09 ashutosh-arm

There is an equivalent PR: https://github.com/apache/tvm/pull/13815

ashutosh-arm avatar Jan 25 '23 10:01 ashutosh-arm