port distributed tensor test files for Intel GPU#161604
port distributed tensor test files for Intel GPU#161604wincent8 wants to merge 15 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/161604
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit af92cf8 with merge base 6737e2c ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
efe6fad to
3315b58
Compare
|
@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: 1 jobs have failed, first few of them are: xpu / linux-jammy-xpu-n-py3.10 / test (default, 5, 8, linux.idc.xpu) Details for Dev Infra teamRaised by workflow job |
|
@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 |
it's another pr to port distributed tensor test for Intel GPU, while the other pr is #161604 We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: #161703 Approved by: https://github.com/guangyey, https://github.com/d4l3k
In this pr, we port test/distributed/tensor test filesfor Intel GPU We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161604 Approved by: https://github.com/guangyey, https://github.com/d4l3k
it's another pr to port distributed tensor test for Intel GPU, while the other pr is pytorch#161604 We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161703 Approved by: https://github.com/guangyey, https://github.com/d4l3k
In this pr, we port test/distributed/tensor test filesfor Intel GPU We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161604 Approved by: https://github.com/guangyey, https://github.com/d4l3k
it's another pr to port distributed tensor test for Intel GPU, while the other pr is pytorch#161604 We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161703 Approved by: https://github.com/guangyey, https://github.com/d4l3k
it's another pr to port distributed tensor test for Intel GPU, while the other pr is pytorch#161604 We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161703 Approved by: https://github.com/guangyey, https://github.com/d4l3k
In this pr, we port test/distributed/tensor test filesfor Intel GPU We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161604 Approved by: https://github.com/guangyey, https://github.com/d4l3k
it's another pr to port distributed tensor test for Intel GPU, while the other pr is pytorch#161604 We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: pytorch#161703 Approved by: https://github.com/guangyey, https://github.com/d4l3k
…61703) it's another pr to port distributed tensor test for Intel GPU, while the other pr is #161604 We could enable Intel GPU with following methods and try the best to keep the original code styles: Use torch.accelerator for general gpu Skip the case if running on xpu which has known issues Pull Request resolved: #161703 Approved by: https://github.com/guangyey, https://github.com/d4l3k, https://github.com/albanD
In this pr, we port test/distributed/tensor test filesfor Intel GPU
We could enable Intel GPU with following methods and try the best to keep the original code styles:
Use torch.accelerator for general gpu
Skip the case if running on xpu which has known issues
cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @pragupta @tianyu-l @XilunWu