[xpu][feature] Add XPU support on torch.accelerator.get_memory_info#162564
[xpu][feature] Add XPU support on torch.accelerator.get_memory_info#162564guangyey wants to merge 13 commits intogh/guangyey/208/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/162564
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 6 Unrelated FailuresAs of commit a17b039 with merge base 1311385 ( NEW FAILURE - The following job has failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@guangyey , pls. check the ci failures. |
|
Sure! |
|
@albanD May I know if any comments on this PR |
|
@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 |
…y_info (#162564)" This reverts commit 3cfbf98. Reverted #162564 on behalf of https://github.com/jeanschmidt due to seems to be breaking 1000s of internal build rules, see D86638790 ([comment](#156812 (comment)))
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 7 checks: xpu / linux-noble-xpu-n-py3.10 / test (default, 7, 12, linux.idc.xpu), xpu / linux-noble-xpu-n-py3.10 / test (default, 9, 12, linux.idc.xpu), xpu / linux-noble-xpu-n-py3.10 / test (default, 12, 12, linux.idc.xpu), xpu / linux-noble-xpu-n-py3.10 / test (default, 10, 12, linux.idc.xpu), xpu / linux-noble-xpu-n-py3.10 / test (default, 4, 12, linux.idc.xpu), trunk / linux-jammy-py3-clang12-executorch / test (executorch, 1, 1, lf.linux.2xlarge, unstable), trunk / linux-jammy-rocm-py3.10 / test (default, 1, 2, linux.rocm.gpu.gfx942.1) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…ytorch#162564) # Motivation Support XPU for `torch.accelerator.get_memory_info`. Pull Request resolved: pytorch#162564 Approved by: https://github.com/albanD ghstack dependencies: pytorch#156812
…y_info (pytorch#162564)" This reverts commit 3cfbf98. Reverted pytorch#162564 on behalf of https://github.com/jeanschmidt due to seems to be breaking 1000s of internal build rules, see D86638790 ([comment](pytorch#156812 (comment)))
…ytorch#162564) # Motivation Support XPU for `torch.accelerator.get_memory_info`. Pull Request resolved: pytorch#162564 Approved by: https://github.com/albanD ghstack dependencies: pytorch#156812
Stack from ghstack (oldest at bottom):
Motivation
Support XPU for
torch.accelerator.get_memory_info.