[JAX] Deprecate GSPMD: remove infer_sharding_from_operands and GSPMD tests#2702
Open
phu0ngng wants to merge 5 commits intoNVIDIA:mainfrom
Open
[JAX] Deprecate GSPMD: remove infer_sharding_from_operands and GSPMD tests#2702phu0ngng wants to merge 5 commits intoNVIDIA:mainfrom
phu0ngng wants to merge 5 commits intoNVIDIA:mainfrom
Conversation
…tests
GSPMD sharding propagation is being deprecated in favour of Shardy,
which is now the default JAX partitioner. This commit removes all
GSPMD-related code paths and tests:
- Drop the infer_sharding_from_operands abstract method from
BasePrimitive and remove it from def_partition() registration
- Remove all infer_sharding_from_operands implementations across
cpp_extensions: activation, amax, attention, gemm, normalization,
quantization, and softmax primitives
- Remove stale "Keep in sync with infer_sharding_from_operands"
comments from FusedAttn shardy_sharding_rule methods
- Drop all use_shardy=False (GSPMD) distributed test paths and the
jax.config.update("jax_use_shardy_partitioner", ...) config calls
- Consolidate paired GSPMD/Shardy test functions into single tests
and strip _shardy suffixes from test names
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Greptile SummaryThis PR removes all GSPMD-related code paths from TransformerEngine JAX, as Shardy is now the default and only partitioner in JAX. Core changes:
Impact:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: f6a06e5 |
Collaborator
Author
|
/te-ci JAX L1 |
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
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.
Description
GSPMD sharding propagation is being deprecated in favour of Shardy, which is now the default JAX partitioner. This commit removes all GSPMD-related code paths and tests:
Type of change
Checklist: