Allow ROCm CI to use non-default stream.#48424
Allow ROCm CI to use non-default stream.#48424jeffdaily wants to merge 4 commits intopytorch:masterfrom
Conversation
|
This PR will test if #27356 is still really an issue. It's been a year since that issue was raised. |
💊 CI failures summary and remediationsAs of commit 5b01d9f (more details on the Dr. CI page):
🕵️ 3 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
|
@pytorchbot retest this please |
Codecov Report
@@ Coverage Diff @@
## master #48424 +/- ##
==========================================
- Coverage 80.83% 80.83% -0.01%
==========================================
Files 1860 1860
Lines 200668 200668
==========================================
- Hits 162220 162219 -1
- Misses 38448 38449 +1 |
|
@pytorchbot retest this please |
|
@pytorchbot retest this please |
e847edf to
503de05
Compare
503de05 to
2e286e2
Compare
This removes the util function setMIOpenStreamToCurrent() in favor of always setting the current stream to the MIOpen handle when requested.
|
@jithunnair-amd could you also review? Thanks. |
|
CI failures due to upstream, not this PR. Retesting. |
|
@pytorchbot retest this please |
|
@mruberry I'm happy to finally resolve this year-old issue. Thanks in advance for your review. |
|
Hey @jeffdaily, this looks OK to me. Do you want to wait for @jithunnair-amd? |
|
LGTM too |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@mruberry has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This reverts commit d5c4a80.
Summary: Revert pytorch#26394. Fixes pytorch#27356. Not all MIOpen handles were setting their stream to the current stream prior to running the op. Pull Request resolved: pytorch#48424 Reviewed By: H-Huang Differential Revision: D25420384 Pulled By: mruberry fbshipit-source-id: 051683ba9e3d264b71162bd344031a0c58bf6a41
Revert #26394. Fixes #27356. Not all MIOpen handles were setting their stream to the current stream prior to running the op.