liangfu opened a new issue #5060: [uTVM][Runtime] Deprecate uTVM Standalone Runtime URL: https://github.com/apache/incubator-tvm/issues/5060 Since the MISRA-C runtime has been merged in PR #3934 and discussed in RFC #3159 , I think now it's time to migrate uTVM standalone runtime ( introduced in PR #3567 ) ### Rationale * MISRA-C runtime takes smaller code size (45 KiB vs approx. 100 KiB) * MISRA-C runtime is more portable, since it's completely written in pure C * MISRA-C runtime is designed to be more stable, since it tries to avoid using typecasts and dynamic allocations. * uTVM standalone runtime is currently not tested in the CI, see WIP PR #4991 ### Actionable Items * Remove picojson library in 3rdparty directory, and it would be replaced by src/runtime/crt/load_json.h * Supersede uTVM standalone runtime with MISRA-C runtime * Enable testing new uTVM standalone runtime in CI Please leave your comment.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
