Lunderberg opened a new pull request #9263:
URL: https://github.com/apache/tvm/pull/9263


   These refactors were initially part of work to implement 
https://github.com/apache/tvm-rfcs/pull/39, but ended up being independent of 
those changes, and do not change existing behavior.
   
   - Added `ScheduleToPrimFunc`, extracting out common behavior in 
`ScheduleToModule` and `auto_scheduler`'s feature extraction.
   
   - Added `tvm.driver.build_module.schedule_to_module`, to avoid needing the 
4-line boilerplate needed to do so in several unit tests.  This also makes 
deviations from the usual path (e.g. `debug_keep_trivial_loop`) more explicit.


-- 
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]


Reply via email to