merrymercy opened a new pull request #6663: URL: https://github.com/apache/incubator-tvm/pull/6663
- Add a task scheduler (`python/tvm/auto_scheduler/task_scheduler.py`) to simultaneously optimize all subgraphs from a DNN. It prioritizes important subgraphs (e.g. performance bottleneck, graphs with a large room for improvement) according to a custom objective function. - Add an interface `ContinueSearchOneRound` to the search policy to support the task scheduler. - Improve doc strings ---------------------------------------------------------------- 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]
