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
8 changes: 8 additions & 0 deletions tests/integration/test_lists/test-db/l0_h100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ l0_h100:
# ------------- MoE: test_moe_backend (by backend) ---------------
# ------------- MoE: test_single_gpu (by backend) ---------------
- unittest/_torch/modules/moe/test_moe_module.py::test_configurable_moe_single_gpu -k "CUTLASS and not None"
# ------------- Kimi K3 MoE unit tests ---------------
# Any-CUDA (Triton trtllm::situ_and_mul op + torch reference, requires_cuda
# only; not SM100/SM103-gated), so they run on Hopper rather than consuming
# scarce Blackwell pre-merge capacity. The Blackwell-gated K3 suites live in
# l0_b200.yml / l0_gb300_multi_gpus.yml. (TRTLLM-15177)
- unittest/_torch/modules/moe/test_kimi_k3_mlp.py
- unittest/_torch/modules/moe/test_kimi_k3_moe_gate.py
- unittest/_torch/modules/moe/test_kimi_k3_situ_and_mul.py
- unittest/_torch/multimodal -k "not nemotron_nano_v2_vl_fp8"
# test_speculative_d2h_parity_real_predictor (both no_stop_token and
# stop_token_15) is a HW-agnostic sampler D2H-parity invariant (plain CUDA
Expand Down
Loading