-
Notifications
You must be signed in to change notification settings - Fork 25.5k
[Profiler] Apply TensorMetadata for Optimizer and nnModule #86047
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/86047
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit fdeb3df: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D39682205 |
afdc096
to
479804e
Compare
This pull request was exported from Phabricator. Differential Revision: D39682205 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D39682205 |
479804e
to
39263af
Compare
/easycla As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details. This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign. |
This pull request was exported from Phabricator. Differential Revision: D39682205 |
1cd5d32
to
145bdea
Compare
…6047) Summary: Pull Request resolved: pytorch#86047 - Use `TensorMetadat` struct in saving tensor info from Optimizer and nnModule. Test Plan: buck run mode/opt //caffe2/test:profiler Reviewed By: chaekit Differential Revision: D39682205 fbshipit-source-id: 8bc77cd62bace149044b561ffa332c14ee54a152
This pull request was exported from Phabricator. Differential Revision: D39682205 |
…6047) Summary: Pull Request resolved: pytorch#86047 - Use `TensorMetadat` struct in saving tensor info from Optimizer and nnModule. Test Plan: buck run mode/opt //caffe2/test:profiler Reviewed By: chaekit, robieta Differential Revision: D39682205 fbshipit-source-id: cb1d2f8871808eebf5a91d9c4af057e13de1266b
This pull request was exported from Phabricator. Differential Revision: D39682205 |
145bdea
to
fdeb3df
Compare
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @slgong-fb. |
Summary: Pull Request resolved: #86047 - Use `TensorMetadat` struct in saving tensor info from Optimizer and nnModule. Test Plan: buck run mode/opt //caffe2/test:profiler Reviewed By: chaekit, robieta Differential Revision: D39682205 fbshipit-source-id: 6e1b9638e332bda77d6226e8c4ee282092583caa
Summary: - Use
TensorMetadat
struct in saving tensor info from Optimizer and nnModule.Test Plan: buck run mode/opt //caffe2/test:profiler
Reviewed By: chaekit
Differential Revision: D39682205