-
Notifications
You must be signed in to change notification settings - Fork 72
Remove the experimental IR graph builder #2104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the experimental IR graph builder functionality since it is no longer in use.
- Removed conditional import of experimental IR components from init.py.
- Removed the flag definition for experimental IR usage from _flags.py.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
onnxscript/function_libs/torch_lib/graph_building/init.py | Removed the reference to experimental IR imports and the associated conditional logic. |
onnxscript/function_libs/torch_lib/_flags.py | Removed the flag (TORCHLIB_EXPERIMENTAL_USE_IR) since it is no longer needed. |
❌ 12 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
onnxscript/function_libs/torch_lib/graph_building/_graph_building_ir.py
was experimental and unused. So remove.