PhilippvK opened a new pull request #10182: URL: https://github.com/apache/tvm/pull/10182
While the hill-climbing algorithm for the Unified Static Memory Planner (see #8404, #9565) was recently added to TVM in #9704, it currently can not be used by the default TVM flow due to this error: ``` TVMError: Check failed: (algorithms.count(algo)) is false: The selected USMP algorithm : hill_climbis not defined. Please define it in the above algorithms map. ``` I was able to fix this by just adding an entry in the mentioned algorithms map. If there was a reason whythe Hill Climb allocator was not registred until now, feel free to let me know. -- 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]
