merrymercy opened a new pull request #6568:
URL: https://github.com/apache/incubator-tvm/pull/6568
- Improve the`MutateParallel` in the evolutionary search
- The old rule will only try to fuse and parallel more for loops. This is
because the condition in this line
(https://github.com/apache/incubator-tvm/blob/1d5504bfeabaa8f4c64115c1e0624991cfdbca98/src/auto_scheduler/search_policy/sketch_policy_rules.cc#L1112)
is wrong. `it->annotation != IteratorAnnotation::kNone` will always be ture.
- The old rule does not handle `PragmaStep`
- The new rule fixed the above limitations of old rules.
- Add a test case for `MutateParallel`
----------------------------------------------------------------
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]