Bump apex to ad1376f2 for release/2.12 - #3392
Merged
Merged
Conversation
|
Jenkins build for 8847edca63a8b0c3c5164234dd06fe083eeb9d26 commit finished as FAILURE |
Update the apex pinned commit in related_commits from 7e4aca3 to ad1376f2 on the ROCm apex release/1.12.0 branch. This release tracks only a single ubuntu apex line. 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 apex line. Authored-with: Claude (Anthropic AI assistant).
albmalamd
force-pushed
the
bump_apex_for_2.12
branch
from
July 3, 2026 11:25
8847edc to
00af196
Compare
|
Jenkins build for 00af1966a3c709eb9bc6dcf386e34c97d117f5e7 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.12.0branch, from7e4aca37812b99e9c3e302d7d1d2e37ad6377f8ctoad1376f20dc0ac107040b6077c96aed52bd14298.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).