-
Notifications
You must be signed in to change notification settings - Fork 24.5k
[Profiler] Move Kineto activity generation into collection.cpp
#80796
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
In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. Differential Revision: [D37406955](https://our.internmc.facebook.com/intern/diff/D37406955/) [ghstack-poisoned]
🔗 Helpful links
❌ 1 New FailuresAs of commit cb43a52 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
…n.cpp`" In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. Differential Revision: [D37406955](https://our.internmc.facebook.com/intern/diff/D37406955/) [ghstack-poisoned]
…n.cpp`" In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. Differential Revision: [D37406955](https://our.internmc.facebook.com/intern/diff/D37406955/) [ghstack-poisoned]
…n.cpp`" In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. Differential Revision: [D37406955](https://our.internmc.facebook.com/intern/diff/D37406955/) [ghstack-poisoned]
…n.cpp`" In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. Differential Revision: [D37406955](https://our.internmc.facebook.com/intern/diff/D37406955/) [ghstack-poisoned]
…n.cpp`" In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. Differential Revision: [D37406955](https://our.internmc.facebook.com/intern/diff/D37406955/) [ghstack-poisoned]
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @robieta. |
@pytorchbot revert -m "Broke OSS iOS builds, see https://hud.pytorch.org/pytorch/pytorch/commit/24e6b60be29d2e53b967809067fff392c0591e53" -c nosignal |
@pytorchbot successfully started a revert job. Check the current status here |
@robieta your PR has been successfully reverted. |
…pp` (#80796)" This reverts commit 24e6b60. Reverted #80796 on behalf of https://github.com/malfet due to Broke OSS iOS builds, see https://hud.pytorch.org/pytorch/pytorch/commit/24e6b60be29d2e53b967809067fff392c0591e53
@pytorchbot merge -f Revert were in error, not caused by the change in question |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @robieta. |
) Summary: Pull Request resolved: #80796 In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in `profiler_kineto.cpp` for now. ghstack-source-id: 161652343 Test Plan: Existing unit tests. Reviewed By: mehtanirav Differential Revision: D37406955 fbshipit-source-id: a875604bc42a4e1b6d4b08859af171a89750a340
Stack from ghstack (oldest at bottom):
collection.cpp
#80796In order to fold kineto events into TorchTidy, the new collection machinery needs to handle moving events to and from kineto. This PR is one step in that transition. In order to limit the scope of changes, we keep metadata generation in
profiler_kineto.cpp
for now.Differential Revision: D37406955