comaniac commented on pull request #10650: URL: https://github.com/apache/tvm/pull/10650#issuecomment-1074504921
> @DzAvril For non-trivial PRs like this, we usually ask to send a RFC first at https://github.com/apache/tvm-rfcs. I've just found a good use case for this feature (adding a tunable knob to post-ops fusion at > > https://github.com/apache/tvm/blob/3dd1d82efc89730993d54919ce4a61b440474fd5/python/tvm/topi/generic/conv2d.py#L252 > > ). > cc @tkonolige @comaniac At the first glance this PR includes some core changes (e.g., TE compiler), so I agree to have an RFC first. Meanwhile, I'm supportive to this idea in general. In fact, recently I'm looking for a balance between AutoTVM and auto-scheduler, because I only want certain subgraphs with a fixed anchor op to be tuned with a template (i.e., AutoTVM), and I want to control this behavior directly in the TOPI schedule instead of auto-scheduler's task scheduler. Thus, I could totally understand the motivation and would be happy to discuss, although this PR itself won't serve my personal use cases. -- 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]
