You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/10 16:17:26 UTC

[GitHub] [tvm-rfcs] manupa-arm edited a comment on pull request #46: Module Based Model Runtime for AOT

manupa-arm edited a comment on pull request #46:
URL: https://github.com/apache/tvm-rfcs/pull/46#issuecomment-991103018


   Thanks! @areusch I ll try to do a pass soon.
   
   Not sure its in scope for this work, but definitely something to consider:
   
   w.r.t. MetaDataModule, if we are re-purposing it to be just ConstLoader, @ashutosh-arm has contributed pass that could kick constants back to the @main function. https://github.com/apache/tvm/blob/main/src/relay/backend/contrib/cmsisnn/extract_constants.cc
   
   That could be optionally enabled for BYOC backends that does not like to handle constants.
   
   I think using that in the BYOC pipeline with -link-params should just work if I am not mistaken. Therefore, we would not need a Metadata module of type "metadata" that is used for constant storage.


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org