mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
No functional change is intended in this MR. `WindowBlockManager::mCachedBlocksRoot` is now who is responsible for the bookkeeping of the `KVCacheBlock`, and the `mNextBlocks` is now the actual hash map that fetches the block. The `mEnableHashKey` knob and related hashing is removed. Signed-off-by: eopXD <yuehtingc@nvidia.com> |
||
|---|---|---|
| .. | ||
| cacheTransBufferTest.cpp | ||
| capacitySchedulerTest.cpp | ||
| CMakeLists.txt | ||
| contextProgressTest.cu | ||
| evictionPolicyTest.cpp | ||
| kvCacheManagerTest.cpp | ||
| kvCacheUtilsTest.cpp | ||
| llmRequestTest.cpp | ||
| microBatchSchedulerTest.cpp | ||
| staticThreadPoolTest.cpp | ||