TensorRT-LLMs/cpp/tests/unit_tests/runtime
Robin Kobus d31fefde2c
[TRTLLM-5171] chore: Remove GptSession/V1 from TRT workflow (#4092)
* chore: Remove GptSession/V1 from TRT workflow

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove stateful decoders

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove GptSession buffers

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove GptSession utils

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove GptSession kernels

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove V1 GPT models from tests

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove gptSessionBenchmark from scripts and docs

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove gptSession IO classes

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove GptSession from test lists

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove GptSession from docs

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove useless encoder test

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove mActualBatchSize from DecoderState

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* chore: Remove static batching from ExecutorTest

- Updated `validateContextLogits` and `validateGenerationLogits` functions to remove the `batchingType` parameter.
- Adjusted related test functions to reflect the changes in parameter lists.
- Cleaned up the instantiation of test cases to eliminate unnecessary batchingType references.

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

---------

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>
2025-05-14 23:10:04 +02:00
..
bufferManagerTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
CMakeLists.txt Test: Split C++ unit tests for CI granularity (#3868) 2025-04-25 13:30:58 -07:00
cudaMemPoolTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
decodingLayerWorkspaceTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
iBufferTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
iTensorTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
loraCacheTest.cpp Test: Split C++ unit tests for CI granularity (#3868) 2025-04-25 13:30:58 -07:00
loraManagerTest.cpp Test: Split C++ unit tests for CI granularity (#3868) 2025-04-25 13:30:58 -07:00
loraUtilsTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
runtimeKernelTest.cpp [TRTLLM-5171] chore: Remove GptSession/V1 from TRT workflow (#4092) 2025-05-14 23:10:04 +02:00
samplingConfigTest.cpp v1.2 (#3082) 2025-03-26 23:31:29 +08:00
samplingTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
tllmBuffersTest.cpp Update TensorRT-LLM (#2873) 2025-03-11 21:13:42 +08:00
tllmRuntimeTest.cpp feat: Integrate GPUDirect Storage (GDS) into Executor API (#3582) 2025-04-18 15:59:21 +08:00
torchTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
transposeKVKernelTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
userBufferTest.cpp feat: Introduce UB allocator for pytorch flow (#3257) 2025-04-08 18:39:49 +08:00
utilsTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
workerPoolTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
worldConfigTest.cpp Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00