mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* optimize kv cache reuse workflow for MLA write kv cache first and only call up-projection GEMM once relax contiguous requirements of k/v for setting paged kv cache return two contiguous tensors when loading MLA KV Cache Signed-off-by: Zhen Huang <145532724+zhhuang-nv@users.noreply.github.com> * support fp8 kv cache for MLA kv cache reuse Signed-off-by: Zhen Huang <145532724+zhhuang-nv@users.noreply.github.com> * resolve comments Signed-off-by: Zhen Huang <145532724+zhhuang-nv@users.noreply.github.com> --------- Signed-off-by: Zhen Huang <145532724+zhhuang-nv@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| allReduce | ||
| cudaCoreGemm | ||
| fused_gated_gemm | ||
| sampling | ||
| smoothQuant | ||
| weightOnly | ||
| banRepeatNGramsKernelsTest.cpp | ||
| CMakeLists.txt | ||
| decodingKernelTest.cpp | ||
| logitsBitmaskTest.cpp | ||
| mixtureOfExpertsTest.cu | ||
| mlaPreprocessTest.cu | ||
| ropeTest.cu | ||
| shiftKCacheKernelTest.cu | ||
| stopCriteriaKernelsTest.cpp | ||