mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-29 15:15:08 +08:00
- Adds BatchedGemm cubins and the respective call interface from TensorRT-LLM Generator. - Refactors TRT-LLM Gen MoE runner to call to BMM interface - The accuracy is verified for DeepSeek R1 FP4 Signed-off-by: Nikita Korobov <nkorobov@nvidia.com> |
||
|---|---|---|
| .. | ||
| deep_gemm_tests.py | ||
| test_cublas_mm.py | ||
| test_fp4_bmm_quantize.py | ||
| test_fp4_gemm_quantize.py | ||
| test_fp4_linear.py | ||
| test_fp8_block_scale_gemm.py | ||
| test_fp8_linear.py | ||
| test_fp8_quantize.py | ||
| test_logits_bitmask_op.py | ||
| test_mamba_conv1d_op.py | ||
| test_moe_alltoall.py | ||
| test_moe.py | ||
| test_noaux_tc.py | ||
| test_scaled_mm.py | ||
| test_selective_scan_op.py | ||
| test_tllmg_bmm.py | ||