zxybazh opened a new pull request #9132: URL: https://github.com/apache/tvm/pull/9132
This PR is part of the stage M3a of the meta schedule project (#8473). The architecture is re-designed by Junru and Xiyou. `SearchStrategy` is designed to generate measure candidates, i.e., schedules and corresponding argument information for later profiling. Apart from the c++ side implementation, we also include python-side customizable search strategy class `PySearchStrategy` and trace replaying based search strategy class, i.e., generating schedule from a trace and random arguments, `ReplayTrace`. Unit tests are also included. Co-authored-by: Junru Shao <<[email protected]>> Co-authored-by: Bohan Hou <<[email protected]>> Co-authored-by: Ruihang Lai <<[email protected]>> Co-authored-by: Hongyi Jin <<[email protected]>> Co-authored-by: Wuwei Lin <<[email protected]>> Co-authored-by: Siyuan Feng <<[email protected]>> -- 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]
