-
Notifications
You must be signed in to change notification settings - Fork 25.6k
profile block outputs; helps guard elimination #33889
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
profile block outputs; helps guard elimination #33889
Conversation
💊 CircleCI build failures summary and remediationsAs of commit 2f976e5 (more details on the Dr. CI page): Commit 2f976e5 was recently pushed. Waiting for builds... This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 19 times. |
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.
This looks fine, but please explain why somewhere in comments. How does it help guard elimination?
torch/csrc/jit/profiling_record.cpp
Outdated
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.
It's easy to tell "what" from the code, can you explain "why"?
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.
done!
1bd3c47
to
e0a1978
Compare
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.
@Krovatkin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
fix failing tests fix more failing tests add comment fix comment and remove prints
e0a1978
to
2f976e5
Compare
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.
@Krovatkin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@Krovatkin merged this pull request in e16908c. |
Summary: Pull Request resolved: pytorch#33889 Reviewed By: zdevito Differential Revision: D20294979 Pulled By: Krovatkin fbshipit-source-id: 2a68710ec8f8f854c99dfe173f49da442a39e498
No description provided.