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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
