mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-20 09:45:21 +08:00
- Refactor get_valid_tactics for FC1 and FC2 runners to define mma_tiler_mn_candidates and cluster_shape_mn_candidates together - Use itertools.product for cleaner iteration pattern - Update get_tuning_config for FC1 and FC2 to use DynamicTensorSpec and ConstraintSpec for proper dynamic tensor handling - FC1: Add constraint for input scale factor shape inference - FC2: Add constraints for input scale factor and alpha_scale shape Signed-off-by: Zongfei Jing <20381269+zongfeijing@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| fla | ||
| fused_moe | ||
| mamba | ||
| __init__.py | ||
| attention.py | ||
| decoder_layer.py | ||
| embedding.py | ||
| gated_mlp.py | ||
| layer_norm.py | ||
| linear.py | ||
| logits_processor.py | ||
| mlp.py | ||
| multi_stream_utils.py | ||
| qk_norm_attention.py | ||
| rms_norm.py | ||
| rotary_embedding.py | ||
| swiglu.py | ||
| triton_linear.py | ||