You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RAPIDS is built with CCCL 2.2. This issue lists tasks that we can follow up on once we have upgraded to CCCL 2.3 or 2.4. (We haven't decided on an exact timeline for updating, so RAPIDS could target CCCL 2.3 or 2.4 depending on that timing.)
Up to 60% performance improvements of cub::DeviceSelect::UniqueByKey, cub::DeviceScan::ExclusiveSumByKey, and cub::DeviceReduce::ReduceByKey on A100. cub::DeviceSegmentedReduce now supports 64-bit indexing.
Replace device uses of thrust::optional with cuda::std::optional
Currently RAPIDS is built with CCCL 2.2. This issue lists tasks that we can follow up on once we have upgraded to CCCL 2.3 or 2.4. (We haven't decided on an exact timeline for updating, so RAPIDS could target CCCL 2.3 or 2.4 depending on that timing.)
CCCL 2.3
addressof
inthrust::optional
NVIDIA/cccl#1499 which will be fixed in 2.4.cub::DeviceSelect::UniqueByKey
,cub::DeviceScan::ExclusiveSumByKey
, andcub::DeviceReduce::ReduceByKey
on A100.cub::DeviceSegmentedReduce
now supports 64-bit indexing.thrust::optional
withcuda::std::optional
thrust::optional
withstd::optional
#15091 (comment)CCCL 2.4
Additional Context
cc: @miscco @jrhemstad @robertmaynard
The text was updated successfully, but these errors were encountered: