mbaret opened a new pull request #10005:
URL: https://github.com/apache/tvm/pull/10005


   Scheduling algorithms that wish to optimize around memory pools require 
further information about the performance characteristics of those pools. This 
commit adds clock frequency, bandwidth, latency and burst length as optional 
fields to PoolInfo.
   
   Note that this change is needed to progress integration of the cascader 
(https://github.com/apache/tvm/issues/9429) with the USMP. 'MemoryRegion' 
currently used by the cascader will be migrated to use 'PoolInfo', but to do so 
requires this additional information be present.


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


Reply via email to