Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156393
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 bff37fe with merge base 39a8f66 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "topic: not user facing" |
|
@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 |
|
Hi @cyyever, this change broken XPU Windows build https://github.com/pytorch/pytorch/actions/runs/15818738747/job/44582787726?pr=156572#step:11:1127. Can we revert this change firstly? And this PR's change related to XPU, please help to add |
|
Sorry for reverting this PR as commented above. |
|
@pytorchbot successfully started a revert job. Check the current status here. |
This reverts commit d1b4e0f. Reverted #156393 on behalf of https://github.com/etaf due to This PR is breaking XPU windows build. ([comment](#156393 (comment)))
|
@cyyever your PR has been successfully reverted. |
|
Let me check. |
|
@pytorchbot merge |
This PR broke windows, let's figure out why it was not caught by CI
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-2025.0-py3.9 / build Details for Dev Infra teamRaised by workflow job |
EikanWang
left a comment
There was a problem hiding this comment.
I checked the CMake document and cannot find out that the wholearchive can resolve dependencies automatically. https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE.html#predefined-features
@cyyever , it would be appreciated if you could share the doc with us so that we could analyze CI failures.
|
@EikanWang Sorry, I just found that a key commit was lost due to reopen and rebase, I have added it back. |
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
928a9b2 to
d97dc5c
Compare
|
and now xpu broken again. unsubbing for now |
|
Although they are unrelated: We should wait them for being fixed. |
|
|
|
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
|
Successfully rebased |
d97dc5c to
bff37fe
Compare
|
@cyyever CI is green now. |
|
@pytorchmergebot merge -i |
|
This PR has pending changes requested. Please address the comments and update the PR before merging. |
Missing commit has been added back. Now CI passes
|
@pytorchmergebot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: trunk / win-vs2022-cpu-py3 / test (default, 3, 3, windows.4xlarge.nonephemeral) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Use CMake wholearchive group to simplify code. It may also support more OSes.
cc @jeromean @bsochack @sujoysaraswati