928770096435796b9568274e4bf154a798651323
The previous version had a `portioned_smem_per_warp` field that doesn't exist in CCCL. The actual CCCL RadixSortOnesweepPolicy has: threads, items, store_algorithm, rank_algorithm, scan_algorithm, rank_private_partitions, radix_bits Also adds proper SMEM calculation: total = max(keys_tile, values_tile, rank_smem) + offsets with 2KB headroom for kernel stack/locals. rank_private_partitions set to 1 to minimize SMEM pressure.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%