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

   This commit implements `relax.transform.RemoveUnusedOutputs`, an extension 
of the current `DeadCodeElimination` pass.  If an internal callee produces 
multiple outputs, but only some of those outputs are used, the callee can be 
rewritten to only produce the outputs that are used.  This is intended to allow 
more aggressive DCE in the callee, as reducing the set of outputs can result in 
intermediate computations becoming unused.


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