manupa-arm opened a new pull request #7002:
URL: https://github.com/apache/tvm/pull/7002


   * Currently, there is a MetaData module to capture constants
     conditionaly if the runtime modules implement const init
     PackedFuncs. However, this one relies on a load process
     in which the metadata is created on volatile memory that
     may be not usable in uTVM environments.
   * There is a need for model level metadata that is valid
     across all runtime modules such as the func registry
     when creating a system-lib.
   * This commit implements a CSoureMetaData module to hold
     func registry that collects function names from the
     runtime module and generates a c source file to be
     linked with final artifact.
   * Modified and added export_library for utvm
   
   Discuss : ?
   
   
   


----------------------------------------------------------------
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]


Reply via email to