jwfromm opened a new pull request, #12342:
URL: https://github.com/apache/tvm/pull/12342

   This PR extends `PostOrderApply` to allow passing in a function that filters 
which blocks have schedules generated. Although this could be used in many 
ways, I implement one example where blocks are filtered by name. This can be 
useful for hand optimizing part of a primfunc, and using metaschedule to tune 
other parts. I've added a new `Blocks` argument to `tune_tir` that allows users 
to optionally specify the names of blocks that should be tuned. If not 
provided, the behavior of `tune_tir` is exactly the same as before this 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to