project6 7153029974 perf(cccl): thread_reduce fast-path — cap tool_call max_tokens to 2048
CCCL thread_reduce.cuh pattern: if(length==1) return directly.
For tool_call requests where user didn't set max_tokens, cap to 2048
to prevent NaN-damaged models from generating 99900 tokens of garbage.
Expected tool_call XML is <500 tokens. Sub509 spent 49s on d03 because
the model generated endlessly with no tool_call output.
2026-08-07 09:56:36 +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 428 MiB
Languages
C++ 41.7%
Cuda 31.5%
Python 22.4%
C 2.1%
CMake 1.1%
Other 1.1%