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/13 22:51:09 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request #9734: [Relay] Support large constants saved/loaded outside of VM executable

mbs-octoml opened a new pull request #9734:
URL: https://github.com/apache/tvm/pull/9734


   This allows constant tensors at or above a given byte limit to be marked as
   'late bound' and saved/reloaded to a bytestream independent of the overall
   executable. Since the executable is often embedded in the data segment of
   generated runtime Modules this avoids problems with external tools which can't
   handle multi-gigabyte data segments.
   
   [ACE-466 in OctoML JIRA].


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



[GitHub] [tvm] jroesch merged pull request #9734: [Relay] Support large constants saved/loaded outside of VM executable

Posted by GitBox <gi...@apache.org>.
jroesch merged pull request #9734:
URL: https://github.com/apache/tvm/pull/9734


   


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