[paddle-adapt] grouped_mm: tests/grouped_mm runs clean in Paddle compat (4 PASS, 232 SKIP)#23
Merged
Merged
Conversation
…at (4 PASS, 232 SKIP) No Paddle compat changes needed. All 4 validation tests pass out-of-the-box. 232 functional tests skip due to cuDNN backend 9.9.0 < 9.18.0 (MOE API threshold) — this is an environment-level constraint, not a Paddle compat issue. - Add tests/grouped_mm to paddle_all_test_cases.sh - Regression: adp_test.sh all PASS Refs: MISMATCH_EXPERIMENT (no new entries — zero compat issues found)
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
Verified tests/grouped_mm in Paddle compat mode.
Result: Zero code changes needed. Tests run cleanly out-of-the-box.
Test Results
Why 232 tests skip
All functional grouped_mm tests require cudnn.backend_version() >= 91800 (for bf16/fp8) or >= 92100 (for fp4/mxfp8). The current environment has cuDNN 9.9.0. This is a hardware/software environment constraint, not a Paddle compat issue. The skip logic in conftest.py works correctly.
No Paddle compat issues found
Related Issues
Part of FlashInfer x Paddle adaptation effort.
Pull Request Checklist
Pre-commit Checks
Tests
Reviewer Notes
No source code changes. This PR only adds tests/grouped_mm to scripts/paddle_all_test_cases.sh to track regression coverage.