Skip to content

Conversation

@egienvalue
Copy link
Contributor

@egienvalue egienvalue commented Apr 9, 2024

Stack from ghstack (oldest at bottom):

Test the generic torch.Stream/Event with fake device gurad and hooks. Since we added a fake device backend, it is mutual exclusive to other backends. Tests will be skipped if TEST_CUDA or TEST_ROCM is true.

Test the generic torch.Stream/Event with fake device gurad and hooks.
ghstack-source-id: 221771109
@exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Apr 9, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/123614

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit f175c61 with merge base c5fafe9 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

@egienvalue egienvalue requested a review from albanD April 9, 2024 15:31
Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55902506

Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super cool!

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Apr 9, 2024
Test the generic torch.Stream/Event with fake device gurad and hooks.
exported-using-ghexport

Differential Revision: [D55902506](https://our.internmc.facebook.com/intern/diff/D55902506/)

[ghstack-poisoned]
egienvalue added a commit that referenced this pull request Apr 25, 2024
ROCm CIs pick up two unrelated tests from #123614. Skip two tests if TEST_ROCm is true.

cc jeffdaily sunway513 jithunnair-amd pruthvistony ROCmSupport dllehr-amd jataylo hongxiayang

[ghstack-poisoned]
egienvalue added a commit that referenced this pull request Apr 25, 2024
ROCm CIs pick up two unrelated tests from #123614. Skip two tests if TEST_ROCm is true.

cc jeffdaily sunway513 jithunnair-amd pruthvistony ROCmSupport dllehr-amd jataylo hongxiayang

[ghstack-poisoned]
egienvalue added a commit that referenced this pull request Apr 25, 2024
ROCm CIs pick up two unrelated tests from #123614. Skip those two tests if TEST_ROCm is true and they shouldn't be run on ROCm since it loaded a fake device backend in the test. 

cc jeffdaily sunway513 jithunnair-amd pruthvistony ROCmSupport dllehr-amd jataylo hongxiayang

[ghstack-poisoned]
pytorchmergebot added a commit that referenced this pull request Apr 25, 2024
…ackend (#123614)"

This reverts commit 355dc34.

Reverted #123614 on behalf of https://github.com/jeffdaily due to this PR broke ROCm with message RuntimeError: Cannot have MTIA with other devices ([comment](#123612 (comment)))
@pytorchmergebot
Copy link
Collaborator

@egienvalue your PR has been successfully reverted.

@egienvalue egienvalue added the ciflow/rocm Trigger "default" config CI on ROCm label Apr 25, 2024
…a_backend"


Test the generic torch.Stream/Event with fake device gurad and hooks.



[ghstack-poisoned]
egienvalue added a commit that referenced this pull request Apr 25, 2024
Pull Request resolved: #123614

Test the generic torch.Stream/Event with fake device gurad and hooks.
Since accelerator backends are mutual exclusive, tests will be skipped
if TEST_CUDA or TEST_ROCM is true.

@imported-using-ghimport

Differential Revision: [D56443358](https://our.internmc.facebook.com/intern/diff/D56443358/)
ghstack-source-id: a416973
alat-rights pushed a commit to alat-rights/pytorch that referenced this pull request Apr 26, 2024
@egienvalue
Copy link
Contributor Author

I am relanding the PR. All ROCm signals look good.
cc @jeffdaily @jithunnair-amd

@egienvalue
Copy link
Contributor Author

@pytorchmergebot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

petrex pushed a commit to petrex/pytorch that referenced this pull request May 3, 2024
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
…ackend (#123614)"

This reverts commit 355dc34.

Reverted #123614 on behalf of https://github.com/jeffdaily due to this PR broke ROCm with message RuntimeError: Cannot have MTIA with other devices ([comment](#123612 (comment)))
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
…123614)

Test the generic torch.Stream/Event with fake device gurad and hooks. Since we added a fake device backend, it is mutual exclusive to other backends. Tests will be skipped if TEST_CUDA or TEST_ROCM is true.

Pull Request resolved: #123614
Approved by: https://github.com/albanD
ghstack dependencies: #123611, #123612
@github-actions github-actions bot deleted the gh/egienvalue/6/head branch June 4, 2024 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/rocm Trigger "default" config CI on ROCm ciflow/trunk Trigger trunk jobs on your pull request fb-exported Merged Reverted topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants