comaniac opened a new pull request #6310: URL: https://github.com/apache/incubator-tvm/pull/6310
For the full upstream plan, see [Ansor RFC](https://discuss.tvm.ai/t/rfc-ansor-an-auto-scheduler-for-tvm-autotvm-v2-0/7005/32). This PR adds evolutionary search implementations to the auto-scheduler: - [x] Genetic algorithm - [x] Mutation rule base - [x] Mutate tile size - [ ] Mutate compute_at location - [ ] Mutate annotation (parallel/vectorize) - [ ] Required unit tests. cc @merrymercy @jcf94 @tqchen. The checked 3 parts are ready to be reviewed. It's also fine if you guys prefer to put the rest mutation rules to a separate PR. ---------------------------------------------------------------- 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]
