-
Notifications
You must be signed in to change notification settings - Fork 287
make bfs_graph_trace as internal function #2294
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2294
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 7a35c5e with merge base a2c5ca1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D75888360 |
Summary: makes bfs_trace_with_node_process as a internal graph utils. Differential Revision: D75888360
692f960
to
e7703d4
Compare
Looks ok to me? @jerryzh168 |
Summary: Pull Request resolved: pytorch#2294 makes bfs_trace_with_node_process as a internal graph utils. Reviewed By: larryliu0820 Differential Revision: D75888360
This pull request was exported from Phabricator. Differential Revision: D75888360 |
e7703d4
to
7a35c5e
Compare
@pytorchbot label "release notes: none" |
Didn't find following labels among repository labels: release notes: none |
what's the best release note for this pr? it introduces BC issue for users and should have a release note label. |
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.
Looks good to me, please do write a BC breaking note for the PR body for best visibility. The reason for it becoming private would be that it was never intended to be public and that the usage of this function by end users is not expected to be high.
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.
see an example for bc-breaking note here: #1865
but I don't think there are users using this right now so probably OK to skip as well
Summary: makes bfs_trace_with_node_process as a internal graph utils.
Differential Revision: D75888360