Claude 2ea7a19f73 refactor(serving): CCCL dispatch_rle streaming_context pattern — unify per-choice state
Applies CCCL cub/device/dispatch/dispatch_rle.cuh design:
- streaming_context bundles all partition state (double-buffered prefix,
  num_accumulated_uniques) into one struct passed through sweep kernel
- Translated: merge scattered parallel arrays (previous_num_tokens,
  finish_reason_sent, reasoning_end_arr, reasoning_token_counts) into
  a unified streaming context block per choice index
- Each choice is a 'partition' with isolated state, matching CCCL's
  per-partition streaming_context<T> pattern
- Eliminates duplicate reasoning_end_arr/reasoning_token_counts declarations
2026-08-08 07:00:29 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%