Bump PyTorch pin to nightly dev20260517#19630
Conversation
|
@claude [ci-fix-attempt 1/3] The Please:
Important constraints:
|
|
Claude finished @pytorchupdatebot's task in 8m 1s —— View job CI Fix Attempt (1/3)Analyzed CI failures from the PyTorch pin bump to
Root Cause AnalysisAfter downloading and analyzing failure logs, I've identified two distinct upstream issues — neither is caused by ExecuTorch code: 1. fbgemm inline assembly compilation errors (~45 failures) The majority of failures come from This is a bug inside PyTorch's 2. torchvision incompatibility (~15 failures) The macOS unittest failures, CoreML tests, arm-backend-zephyr tests, and MPS tests all fail with: This occurs because the new torch nightly ConclusionNeither issue can be fixed by modifying ExecuTorch code. Both are upstream PyTorch/fbgemm issues:
The c10 header changes in this PR (Macros.h, BFloat16.h) are benign refactors around ROCm/CUDA warp size handling and BFloat16 conversions that don't affect ExecuTorch's use of these headers. RecommendationThis pin bump should wait for upstream fixes:
Human review is needed to decide whether to wait for PyTorch to fix fbgemm, or skip this nightly pin. |
Summary
Automated weekly PyTorch pin bump.
NIGHTLY_VERSIONintorch_pin.pytodev20260517.ci/docker/ci_commit_pins/pytorch.txtto the corresponding nightly commit hashruntime/core/portable_type/c10/This PR was created automatically. If CI fails, Claude will attempt to fix issues (up to 3 attempts). If CI still fails, human review will be requested.
cc @jakeszwe