TensorRT-LLMs/tensorrt_llm/layers
yunruis 30c5b4183a
refactoring: port customized kernels with public cutlass version (#5027)
Signed-off-by: yunruis 

Merge this to unblock others since the full CI has been run through
2025-06-13 16:19:31 +08:00
..
__init__.py Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
activation.py
attention.py refactor: use x is None instead of x == None. (#4244) 2025-05-15 20:00:04 +08:00
cast.py
conv.py Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
embedding.py fix: #3137 speculative decoding and multimodal input support (#3276) 2025-04-09 23:40:19 +08:00
language_adapter.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
linear.py Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
lora.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
mlp.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
moe.py refactoring: port customized kernels with public cutlass version (#5027) 2025-06-13 16:19:31 +08:00
normalization.py Update TensorRT-LLM (#2849) 2025-03-04 18:44:00 +08:00
pooling.py
recurrent.py
ssm.py