Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sycl-post-link] Do not save all split modules in memory (#5021)
Now all split modules are first saved in memory and then processed one by one. Each split module may require tens of megabytes in memory and total amount of split modules may be significant. It all may lead to overflow of RAM memory. Rewrite module splitting in a way that each split module is processed and immediately saved into a file without temporary collecting all modules in RAM. Signed-off-by: Mikhail Lychkov <[email protected]>
- Loading branch information