[Profiler] Torch Profiler distributed info is not JSON serializable#135548
[Profiler] Torch Profiler distributed info is not JSON serializable#135548sraikund16 wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/135548
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (3 Unrelated Failures)As of commit 2659c11 with merge base cd472bb ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
aaronenyeshi
left a comment
There was a problem hiding this comment.
LGTM, pleas check CI signals!
3754f40 to
c3b7f3e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
c3b7f3e to
f1f140e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
f1f140e to
669ce01
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
669ce01 to
5b929f1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
5b929f1 to
378c279
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
2e73094 to
f13deca
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
e2823ad to
dec7480
Compare
dec7480 to
da4cd1d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
da4cd1d to
9c263bf
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
9c263bf to
43d7b34
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
…ytorch#135548) Summary: Pull Request resolved: pytorch#135548 To fix pytorch#133308 we must create an encoder for numpy values so we can serialize the distributed metadata to JSON. Test Plan: Added unit test to check that numpy values can be serialized Reviewed By: aaronenyeshi Differential Revision: D62411619
43d7b34 to
3a7195b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
3a7195b to
4da02d5
Compare
…ytorch#135548) Summary: Pull Request resolved: pytorch#135548 To fix pytorch#133308 we must create an encoder for numpy values so we can serialize the distributed metadata to JSON. Test Plan: Added unit test to check that numpy values can be serialized Reviewed By: aaronenyeshi Differential Revision: D62411619
4da02d5 to
2659c11
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62411619 |
|
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…ytorch#135548) Summary: To fix pytorch#133308 we must create an encoder for numpy values so we can serialize the distributed metadata to JSON. Test Plan: Added unit test to check that numpy values can be serialized Differential Revision: D62411619 Pull Request resolved: pytorch#135548 Approved by: https://github.com/aaronenyeshi, https://github.com/albanD
Summary: To fix #133308 we must create an encoder for numpy values so we can serialize the distributed metadata to JSON.
Test Plan: Added unit test to check that numpy values can be serialized
Differential Revision: D62411619