d44ec4d8db115991970215ba33b1b77110685388
CCCL design: when sequential path (Python forward substitution) dominates, reduce per-unit work by halving chunk_size from 32→16. 15 loop iterations beats 31, even with 2× more chunks. Also: add weight-skip warning logs (CCCL ScatterDirect pattern: never silently discard data). Docker logs will now show exactly which weights are skipped during load_weights, explaining the 1.12GB gap vs Sub168. CCCL sources this round: - block_reduce_warp_reductions.cuh: sequential vs parallel path selection - warp_exchange_smem.cuh: INSERT_PADDING for memory alignment - agent_reduce_by_key.cuh: TempStorage union + ScatterDirect
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%