Bump apex to e97c6656 for release/2.10 - #3390
Merged
Merged
Conversation
|
Jenkins build for 9ff576794be80186b4dacca88b00e04cefe19e41 commit finished as FAILURE |
anatoliylitv
self-requested a review
July 2, 2026 15:57
anatoliylitv
approved these changes
Jul 2, 2026
Update the apex pinned commit in related_commits (ubuntu and centos) from 57295015 to e97c6656 on the ROCm apex release/1.10.0 branch. This bump brings in a cherry-pick of ROCm/apex PR #334 (ROCm/apex#334), which fixes non-contiguous inputs in the fused RoPE aiter backend by enforcing last-dim contiguity at the apex/aiter boundary (fixing the "rope_2d_bwd_impl requires all stride_d to be 1" crash on transposed inputs and broadcast/expanded gradients). This is purely a dependency pin update to pull in the fix, not a PyTorch code change. Test Plan: Metadata-only change to the related_commits pin file; no build or test run. Verified the diff updates only the two apex lines. Authored-with: Claude (Anthropic AI assistant).
albmalamd
force-pushed
the
bump_apex_for_2.10
branch
from
July 3, 2026 11:27
9ff5767 to
6067a4f
Compare
|
Jenkins build for 6067a4fa71f280a820d743e59cad26afd20a7434 commit is in progress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the apex pinned commit in
related_commitsfor the ROCm apexrelease/1.10.0branch, from57295015408696edf0d03ed09f6f17b42a0be2b6toe97c6656fb57d03e5fa48ad417853aa497f123ce(both ubuntu and centos lines).This bump brings in a cherry-pick of ROCm/apex PR #334 (ROCm/apex#334), which fixes non-contiguous inputs in the fused RoPE aiter backend by enforcing last-dim contiguity at the apex/aiter boundary (fixing the "rope_2d_bwd_impl requires all stride_d to be 1" crash on transposed inputs and broadcast/expanded gradients). This is purely a dependency pin update to pull in the fix, not a PyTorch code change.
Test plan
related_commitspin file; CI validates apex builds against the new pin.Authored with the assistance of Claude (Anthropic AI assistant).