Skip to content
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

Log cpu and wall time for torchx events #754

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

manav-a
Copy link
Contributor

@manav-a manav-a commented Aug 16, 2023

Summary:
This diff adds support to log cpu and wall times for torchx events. These numbers can provide an over all time to submit/launch estimate.

Will export this diff to github as well after I have landed the sync diff in the this stack

Reviewed By: kurman

Differential Revision: D48375892

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 16, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48375892

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #754 (6618b20) into main (744706b) will increase coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #754      +/-   ##
==========================================
+ Coverage   92.80%   92.81%   +0.01%     
==========================================
  Files          96       96              
  Lines        6071     6080       +9     
==========================================
+ Hits         5634     5643       +9     
  Misses        437      437              
Flag Coverage Δ
unittests 92.81% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
torchx/runner/events/__init__.py 100.00% <100.00%> (ø)
torchx/runner/events/api.py 88.88% <100.00%> (+0.65%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@manav-a manav-a requested review from kurman and d4l3k and removed request for d4l3k August 16, 2023 05:39
Copy link
Contributor

@kurman kurman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you split meta changes into a separate diff from this OSS changes to pass following check: https://github.com/pytorch/torchx/pull/754/checks?check_run_id=15930598973?

manav-a added a commit to manav-a/torchx that referenced this pull request Aug 16, 2023
Summary:
Pull Request resolved: pytorch#754

This diff adds support to log cpu and wall times for torchx events. These numbers can provide an over all time to submit/launch estimate.

Will export this diff to github as well after I have landed the sync diff in the this stack

Reviewed By: kurman

Differential Revision: D48375892

fbshipit-source-id: c2d20deb38649dc3cc9fa4c5fe9dff823d1a173a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48375892

@manav-a
Copy link
Contributor Author

manav-a commented Aug 16, 2023

@kurman split the diff out to just have OSS changes

Summary:
Pull Request resolved: pytorch#754

This diff adds support to log cpu and wall times for torchx events. These numbers can provide an over all time to submit/launch estimate.

Will export this diff to github as well after I have landed the sync diff in the this stack

Reviewed By: kurman

Differential Revision: D48375892

fbshipit-source-id: ac5daa231da2adb707b0a8c39e4a2526b4595895
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48375892

Copy link
Contributor

@kurman kurman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manav-a manav-a merged commit ffe5eb9 into pytorch:main Aug 16, 2023
21 of 23 checks passed
@manav-a manav-a deleted the export-D48375892 branch August 16, 2023 22:57
KPostOffice pushed a commit to KPostOffice/torchx that referenced this pull request Sep 7, 2023
Summary:
Pull Request resolved: pytorch#754

This diff adds support to log cpu and wall times for torchx events. These numbers can provide an over all time to submit/launch estimate.

Will export this diff to github as well after I have landed the sync diff in the this stack

Reviewed By: kurman

Differential Revision: D48375892

fbshipit-source-id: ac5daa231da2adb707b0a8c39e4a2526b4595895
MichaelClifford pushed a commit to project-codeflare/torchx that referenced this pull request Sep 8, 2023
Summary:
Pull Request resolved: pytorch#754

This diff adds support to log cpu and wall times for torchx events. These numbers can provide an over all time to submit/launch estimate.

Will export this diff to github as well after I have landed the sync diff in the this stack

Reviewed By: kurman

Differential Revision: D48375892

fbshipit-source-id: ac5daa231da2adb707b0a8c39e4a2526b4595895
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants