jroesch opened a new pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144 This PR adds a new pass to the memory scheduling phase of the VM. After we have made all memory allocations explicit, we now analyze for basic block style regions and allocate a single piece of storage for each. The next PR will focus on how to overlap these to do memory compression, i.e reduce the amount of live memory.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
