forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Relay] Support large constants saved/loaded outside of VM executable (…
…apache#9734) * [Relay] Support large constants. This allows constant tensors at or above a given byte limit to be marked as 'late bound' and saved/reloaded to a file independently 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] * [checkpoint] fix latent bytecode/code bug
- Loading branch information
1 parent
c7c5e35
commit 0e0becc
Showing
8 changed files
with
284 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.