microsoft / onnxscript

ONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
https://onnxscript.ai/
MIT License
285 stars 54 forks source link

[IR] Dead code elimination pass #1474

Open justinchuby opened 6 months ago

justinchuby commented 6 months ago

Eliminate the unused nodes from the graph. An unused node is a node whose outputs are not used by other nodes, and are not part of the graph outputs.

aishwaryavenkatesan commented 2 months ago

Hi @justinchuby , can I work on this issue? I'm pretty new to open source contribution and ready to learn and solve the issues!

justinchuby commented 2 months ago

@aishwaryavenkatesan Thank you! This issue is being worked on. I recommend taking a look at https://github.com/microsoft/onnxscript/issues/1432 if you are interested.