mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* add space in test output Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * perf: reduce executor lock scope Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * refactor: Move TokenRangeRetentionConfig implementation to cpp file Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fix: Improve finished steps handling for external draft tokens - Fixed a bug where the whole finished steps tensor was being zeroes instead of the slices. - Replaced the creation of a temporary tensor for finished steps with a direct slice from the input tensor, improving efficiency and readability. - Updated the tensor management logic to streamline the process of setting zero values for finished steps during batch processing. Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * chore: Clean up includes Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> --------- Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| utils | ||
| bufferManager.h | ||
| common.h | ||
| cudaEvent.h | ||
| cudaStream.h | ||
| decoderState.h | ||
| decodingInput.h | ||
| decodingOutput.h | ||
| eagleBuffers.h | ||
| eagleModule.h | ||
| explicitDraftTokensBuffers.h | ||
| generationInput.h | ||
| generationOutput.h | ||
| gptDecoder.h | ||
| gptDecoderBatched.h | ||
| gptJsonConfig.h | ||
| gptSession.h | ||
| iBuffer.h | ||
| iGptDecoderBatched.h | ||
| ipcNvlsMemory.h | ||
| ipcUtils.h | ||
| iStatefulGptDecoder.h | ||
| iTensor.h | ||
| lookaheadBuffers.h | ||
| lookaheadModule.h | ||
| loraCache.h | ||
| loraCachePageManagerConfig.h | ||
| loraModule.h | ||
| medusaModule.h | ||
| memoryCounters.h | ||
| modelConfig.h | ||
| promptTuningParams.h | ||
| rawEngine.h | ||
| request.h | ||
| runtimeDefaults.h | ||
| samplingConfig.h | ||
| speculativeDecodingMode.h | ||
| speculativeDecodingModule.h | ||
| statefulGptDecoderBatched.h | ||
| tllmLogger.h | ||
| worldConfig.h | ||