mbaret opened a new pull request #9890: URL: https://github.com/apache/tvm/pull/9890
RFC: apache/tvm-rfcs#37 Issue: #9429 NOTE: This PR builds on top of #9785 and therefore includes those changes. This PR will remain as 'draft' until the dependencies are merged. The cascader creates 'Plans' which describe how to schedule subgraphs. As part of the cascading algorithm, it's necessary to explore a large variety of Plans which are Pareto optimal (in terms of memory usage and performance). This is done by the Plan generation algorithm. This commit adds the TensorConfig and Plan data structures which hold information on how to schedule the tensors/operators. Additionally, it includes functions to calculate Pareto frontiers which are used to cull sub-optimal Plans. -- 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]
