Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripts/paddle_all_test_cases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ python -m pytest -rs "tests/moe/test_trtllm_gen_fused_moe.py::test_fp8_per_tenso
python3 -m pytest tests/utils/test_topk.py --ignore-glob="*test_topk_deterministic*" \
-k "not (deterministic or tie_break_modes or long_seq or trivial_case or with_row_starts or algorithms_produce or vs_torch or multi_cta)" \
--tb=no -q

# tests/grouped_mm: 4 PASS, 232 SKIP (cuDNN backend 9.9.0 < 9.18.0 required for MOE API)
# Skips are environment-level (cuDNN version), not Paddle compat issues.
# The 4 passing validation tests confirm grouped_mm works cleanly in Paddle compat mode.
python3 -m pytest tests/grouped_mm/ --tb=no -q
Loading