[paddle-adapt] gemm/test_tgv_gemm + test_group_gemm: zero-diff, both PASS out-of-the-box#20
Merged
Merged
Conversation
…PASS out-of-the-box - test_tgv_gemm.py: 90/90 PASS; paddle.enable_compat() covers all APIs (F.linear, F.cosine_similarity, torch.randn, torch.float16/bfloat16) Note: all 90 cases SKIP on non-SM100 hardware (_match_sm_version guard) - test_group_gemm.py: 288 PASS, 360 SKIP (sm90 hw / batch too large, upstream guards) SegmentGEMMWrapper, torch.testing.assert_close, torch.manual_seed all in ALIGNED_APIS - No source file changes (git diff upstream/0.6 = 0 lines) - Regression: norm/allreduce PASS; attention_sink/moe_smoke pre-existing CCCL submodule issue (not paddle-adaptation related) Refs: adaptation-paddle/adaptation_exp.md (no new entries needed)
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
Verify that tests/gemm/test_tgv_gemm.py and tests/gemm/test_group_gemm.py work under Paddle-compat mode without any source file modifications.
All APIs are either fully aligned or covered by paddle.enable_compat().
Both skip reasons are upstream hardware guards, not paddle-adaptation issues.
Changed files: scripts/paddle_all_test_cases.sh: +7 lines
No paddle-adaptation changes: git diff upstream/0.6 -- *.py *.h *.cu *.cc = 0 lines
Regression:
Related Issues
N/A
Pull Request Checklist
Tests
Reviewer Notes
This PR only adds 7 lines to the shell test script. Zero changes to Python/C++ source.
The test files run out-of-the-box under paddle.enable_compat() -- no adaptation needed.