-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[pytorch][PR][Kineto] Manual Submodule Update #73858
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
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit ba529c5 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34689078 |
|
This is opened since the last change was reverted, and failed certain builds. #73090 This patch will enable those builds and try to fix them. |
|
This pull request was exported from Phabricator. Differential Revision: D34689078 |
Summary: Pull Request resolved: pytorch#73858 The newer version of Kineto has changes to handle generic activities (such as RocTracer generic activities), so we can remove the older USE_KINETO_UPDATED macro and implementation of flow.linkedActivity. This patch should bring Kineto back in sync on PyTorch CI. Test Plan: PyTorch OSS CI needs to pass for this submodule update of third_party/kineto repo. With ciflow/cuda enabled. Differential Revision: D34689078 Pulled By: aaronenyeshi fbshipit-source-id: a7fa61b6c5b1fc7d48f80da7868671be6aff5690
154aab1 to
f2b8543
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34689078 |
f2b8543 to
8971009
Compare
Summary: Pull Request resolved: pytorch#73858 The newer version of Kineto has changes to handle generic activities (such as RocTracer generic activities), so we can remove the older USE_KINETO_UPDATED macro and implementation of flow.linkedActivity. This patch should bring Kineto back in sync on PyTorch CI. Test Plan: PyTorch OSS CI needs to pass for this submodule update of third_party/kineto repo. With ciflow/cuda enabled. Differential Revision: D34689078 Pulled By: aaronenyeshi fbshipit-source-id: 6f8e793aa26cb82174f2610af1674263e8ac1c08
|
Hi @malfet, would you please help me double-check that my tags are correct for the CI to run all Kineto dependent tests/jobs? |
|
This pull request was exported from Phabricator. Differential Revision: D34689078 |
8971009 to
915405d
Compare
Summary: Pull Request resolved: pytorch#73858 The newer version of Kineto has changes to handle generic activities (such as RocTracer generic activities), so we can remove the older USE_KINETO_UPDATED macro and implementation of flow.linkedActivity. This patch should bring Kineto back in sync on PyTorch CI. Test Plan: PyTorch OSS CI needs to pass for this submodule update of third_party/kineto repo. With ciflow/cuda enabled. Reviewed By: chaekit Differential Revision: D34689078 Pulled By: aaronenyeshi fbshipit-source-id: 4588ead174ab23ecd95facc3a50702b069d423c3
|
@pytorchbot merge this |
|
Merge failed due to PR 73858 does not match merge rules |
Summary: Pull Request resolved: pytorch#73858 The newer version of Kineto has changes to handle generic activities (such as RocTracer generic activities), so we can remove the older USE_KINETO_UPDATED macro and implementation of flow.linkedActivity. This patch should bring Kineto back in sync on PyTorch CI. Test Plan: PyTorch OSS CI needs to pass for this submodule update of third_party/kineto repo. With ciflow/cuda enabled. Reviewed By: chaekit Differential Revision: D34689078 Pulled By: aaronenyeshi fbshipit-source-id: 87749f7c0e3a5bd585525e90196fd661500e3746
|
This pull request was exported from Phabricator. Differential Revision: D34689078 |
915405d to
ba529c5
Compare
Summary: Pull Request resolved: #73858 The newer version of Kineto has changes to handle generic activities (such as RocTracer generic activities), so we can remove the older USE_KINETO_UPDATED macro and implementation of flow.linkedActivity. This patch should bring Kineto back in sync on PyTorch CI. Test Plan: PyTorch OSS CI needs to pass for this submodule update of third_party/kineto repo. With ciflow/cuda enabled. Reviewed By: chaekit Differential Revision: D34689078 Pulled By: aaronenyeshi fbshipit-source-id: 305431cbce95ecd57c23b0485e4bb921ea2c7c0a
|
Hey @aaronenyeshi. |
Summary:
The newer version of Kineto has changes to handle generic activities (such as RocTracer generic activities), so we can remove the older USE_KINETO_UPDATED macro and implementation of flow.linkedActivity.
This patch should bring Kineto back in sync on PyTorch CI.
Test Plan: PyTorch OSS CI needs to pass for this submodule update of third_party/kineto repo. With ciflow/cuda enabled.
Differential Revision: D34689078
Pulled By: aaronenyeshi