-
Notifications
You must be signed in to change notification settings - Fork 171
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
Fix Bandwidth Calculations in JSON #993
Conversation
This pull request was exported from Phabricator. Differential Revision: D63422014 |
This pull request was exported from Phabricator. Differential Revision: D63422014 |
Summary: Pull Request resolved: pytorch#993 We are using TSC timestamps as durations instead of the conversion to seconds. We should never call the start/end bare, only use the duration() and timstamp() functions Differential Revision: D63422014
ba4a84a
to
90351d3
Compare
Summary: Pull Request resolved: pytorch#993 We are using TSC timestamps as durations instead of the conversion to seconds. We should never call the start/end bare, only use the duration() and timstamp() functions Differential Revision: D63422014
This pull request was exported from Phabricator. Differential Revision: D63422014 |
90351d3
to
1f58ef3
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.
Lgtm, thanks!
This pull request has been merged in b5c85da. |
Summary:
We are using TSC timestamps as durations instead of the conversion to seconds. We should never call the start/end bare, only use the duration() and timstamp() functions
Differential Revision: D63422014