-
Notifications
You must be signed in to change notification settings - Fork 26.3k
add support for pin memory on xpu device #86545
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/86545
Note: Links to docs will display an error until the docs builds have been completed. ❗ 3 Active SEVsThere are 3 currently active SEVs. If your PR is affected, please view them below:
❌ 1 FailuresAs of commit cf05cea: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
|
|
@ezyang I would like to add a xpu support for pin_memory, pls check is there and problem in this pr? |
|
Seems alright. Need cla |
|
Finished CLA |
|
Fix ci and i will land |
|
Ci fail is real |
|
@leizhenyuan pls fix the CI fail ASAP. |
|
hi, @ezyang i met this in build test : |
|
it seems unlikely to be your problem |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
5af2e4b to
a0e6685
Compare
|
@pytorchbot merge --rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
bcb9683 to
c0d0e4f
Compare
Merge startedYour 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 |
Merge failedReason: 9 additional jobs have failed, first few of them are: trunk ,trunk / ios-12-5-1-x86-64 / build ,trunk / android-emulator-build-test / build-and-test ,trunk / macos-12-py3-x86-64 / build ,trunk / macos-12-py3-x86-64-lite-interpreter / build Details for Dev Infra teamRaised by workflow job |
|
There are still some build test failed, could u please help me pass these tests? @ezyang |
|
@pytorchbot merge --rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Tried to rebase and push PR #86545, but it was already up to date |
Merge startedYour 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 |
Merge failedReason: 9 additional jobs have failed, first few of them are: trunk ,trunk / ios-12-5-1-x86-64 / build ,trunk / android-emulator-build-test / build-and-test ,trunk / macos-12-py3-x86-64 / build ,trunk / macos-12-py3-x86-64-lite-interpreter / build Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Tried to rebase and push PR #86545, but it was already up to date |
|
@pytorchbot merge |
Merge startedYour 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 |
Merge failedReason: 2 additional jobs have failed, first few of them are: trunk ,trunk / ios-12-5-1-x86-64 / build Details for Dev Infra teamRaised by workflow job |
|
seems build still failed for some filed cannot be found |
|
@pytorchbot merge -f "unrelated ci problem" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
Hey @leizhenyuan. |
add support for pin memory on xpu device Pull Request resolved: pytorch#86545 Approved by: https://github.com/ezyang
add support for pin memory on xpu device