05706f0d60b7af5eab4412507a9b17a4da8e9c08
CCCL latest requires CUDA 12+, corex is 10.2. Device-level CUB headers (DeviceRadixSort etc) pull in thrust/detail/type_traits.h which conflicts with corex's thrust/complex.h namespace. Rewrite to use block-level CUB BlockScan only (same pattern as the proven corex_moe_index_combine.cu): histogram + prefix_sum + scatter. No extra_include_paths needed — uses corex's built-in cub/block/block_scan.cuh.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%