-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Name threads in caffe2/torch/distributed/checkpoint AsyncCheckpointExecutor #158612
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
This appears to be a diff that was exported from phabricator, but the PR author does not have sufficient permissions to run CI. @dsesh, please do step 2 of internal wiki to get write access so you do not need to get CI approvals in the future. If you think this is a mistake, please contact the Pytorch Dev Infra team. |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/158612
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Pending, 1 Unrelated FailureAs of commit 0c3f615 with merge base 7b72e5b ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D78493333 |
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
Do you also want to set the pthreads name for quickstack/gdb/below?
Ex:
torch.multiprocessing._set_thread_name("pt_data_pin") |
…ecutor (pytorch#158612) Summary: Pull Request resolved: pytorch#158612 Test Plan: Built `training_platform.worker:c44710f0f91f8b4ed58f517864a7ba8b`, and ran [`f765449601-TrainingApplication_S3BTR`](https://www.internalfb.com/mlhub/pipelines/runs/mast/f765449601-TrainingApplication_S3BTR?version=0&tab=summary&env=PRODUCTION). [SBDive profile](https://www.internalfb.com/intern/sbdive/?id=f765449601-TrainingApplication_S3BTR-84eceeca-8b03-410b-9e39-3840ec9cf185) of the job shows threads named `AsyncCheckpointExecutor` All of rank0's Python threads {F1980370763} All `AsyncCheckpointExecutor` across ranks {F1980371593} Rollback Plan: Reviewed By: d4l3k Differential Revision: D78493333
…ecutor (pytorch#158612) Summary: Pull Request resolved: pytorch#158612 Test Plan: Built `training_platform.worker:c44710f0f91f8b4ed58f517864a7ba8b`, and ran [`f765449601-TrainingApplication_S3BTR`](https://www.internalfb.com/mlhub/pipelines/runs/mast/f765449601-TrainingApplication_S3BTR?version=0&tab=summary&env=PRODUCTION). [SBDive profile](https://www.internalfb.com/intern/sbdive/?id=f765449601-TrainingApplication_S3BTR-84eceeca-8b03-410b-9e39-3840ec9cf185) of the job shows threads named `AsyncCheckpointExecutor` All of rank0's Python threads {F1980370763} All `AsyncCheckpointExecutor` across ranks {F1980371593} Rollback Plan: Reviewed By: d4l3k Differential Revision: D78493333
This pull request was exported from Phabricator. Differential Revision: D78493333 |
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: trunk / win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) Details for Dev Infra teamRaised by workflow job |
@pytorchmergebot merge -i |
Merge startedYour change will be merged while ignoring the following 2 checks: pull / cuda12.8-py3.10-gcc9-sm75 / test (pr_time_benchmarks, 1, 1, linux.g4dn.metal.nvidia.gpu, unstable), trunk / win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Differential Revision: D78493333
cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @pragupta