mbs-octoml commented on pull request #10:
URL: https://github.com/apache/tvm-rfcs/pull/10#issuecomment-906576373
And I think the just-another-pass approach implies some of the private
machinery in te_compliler needs to be hoisted to be reusable for all
lowering-like passes. Eg LowerTensorExprMutator. So instead of
monolithic lowering + target-specific callbacks
we have
target-specific lowering passes + built-in lowering pass
which share impl via, hopefully, conventional subclassing.
--
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]