Fix: memory cross-border access on the ROCM platform#76100
Fix: memory cross-border access on the ROCM platform#76100visualxu wants to merge 1 commit intopytorch:masterfrom
Conversation
|
Hi @visualxu! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 5f36deb (more details on the Dr. CI page): Expand to see more💚 💚 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. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
jeffdaily
left a comment
There was a problem hiding this comment.
LGTM. CI passing, as well.
|
@pytorchbot rebase |
|
@visualxu @jeffdaily is this something we still want to merge? |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
49a0501 to
5a926aa
Compare
Yes. The explanation and fix seem reasonable to me. It wasn't clear to me how this issue was discovered, but shouldn't we fix things that are proven to be broken, even if they are perhaps rare cases? CI was passing previously. For sanity, I kicked off rocm CI again (because rocm jobs moved to trunk-only, needed manual start for this PR). |
|
CI has passed for ROCm. 2 failures for ios-12-5-1 are not related. |
|
@pytorchbot rebase |
|
You don't have permissions to rebase this PR, only the PR author and pytorch organization members may rebase this PR. |
|
After the latest rebase can we get this merged? |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
5a926aa to
52bdfb9
Compare
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Matched rule superuser, but PR #76100 was not reviewed yet by any of: suo, Nitrokitty, hanton, bochko, alexanderguzhva, ... |
|
@kit1980 We need someone from PyTorch team to approve this PR |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. |
|
@pytorchbot rebase |
|
You don't have permissions to rebase this PR, only the PR author and pytorch organization members may rebase this PR. |
|
@kit1980 thanks for the approval, can you also trigger a rebase? I only have permission to merge. |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
52bdfb9 to
5f36deb
Compare
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @visualxu. |
Summary: Fixes #76095, memory cross-border access on the ROCM platform. Pull Request resolved: #76100 Approved by: https://github.com/jeffdaily, https://github.com/kit1980 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/62de55ed6b58275f9e7899aab89910818254e0b6 Reviewed By: kit1980 Differential Revision: D38359417 fbshipit-source-id: 134f261e18cb766ad1e5cb6edf175ba3c6731c50
Fixes #76095, memory cross-border access on the ROCM platform.