TensorRT-LLMs/cpp/tests/unit_tests/layers
wili eba3623a54
Feat: Variable-Beam-Width-Search (VBWS) part4 (#3979)
* feat/vbws-part4-v1.8: rebase

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

* feat/vbws-part4-v1.9: fix incorrect output when using short output length

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

* v1.9.1: remove useless variables

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

* v1.9.2:fix incorrect output when using short output length

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

* v1.9.3: rebase

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

* v1.9.4: rebase

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

* v1.9.5: remove API change

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>

---------

Signed-off-by: wili-65535 <wili-65535@users.noreply.github.com>
Co-authored-by: wili-65535 <wili-65535@users.noreply.github.com>
2025-05-12 22:32:29 +02:00
..
baseSamplingLayerTest.cpp Feat: Variable-Beam-Width-Search (VBWS) part3 (#3338) 2025-04-08 23:51:27 +08:00
baseSamplingLayerTest.h feat: Variable-Beam-Width-Search (VBWS) Part2 (#3133) 2025-04-02 12:31:28 +08:00
beamSearchLayerTest.cpp Feat: Variable-Beam-Width-Search (VBWS) part4 (#3979) 2025-05-12 22:32:29 +02:00
CMakeLists.txt feat: Variable-Beam-Width-Search (VBWS) Part2 (#3133) 2025-04-02 12:31:28 +08:00
dynamicDecodeLayerTest.cpp chore: remove usernames from comments (#3291) 2025-04-05 13:44:28 +08:00
dynamicDecodeLayerTest.h Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
explicitDraftTokensLayerTest.cpp chore: remove usernames from comments (#3291) 2025-04-05 13:44:28 +08:00
explicitDraftTokensLayerTest.h Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
externalDraftTokensLayerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
layerUtilsTest.cpp Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
lookaheadAlgorithmTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
lookaheadDecodingLayerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
lookaheadPoolManagerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
lookaheadRandomLlmTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
randomLlm.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
randomLlm.h Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
samplingLayerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
topKSamplingLayerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
topPSamplingLayerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00