CUDA 11 ships with CUB, so there is no need to download it separately into 3rdparty (unless for some reason we need another version)
For pre-CUDA 11, CUB has been moved under Nvidia organization on GitHub: https://github.com/NVIDIA/cub/. Old link still works, but we should update it for consistency.
CUDA 11 ships with CUB, so there is no need to download it separately into
3rdparty
(unless for some reason we need another version)For pre-CUDA 11, CUB has been moved under Nvidia organization on GitHub: https://github.com/NVIDIA/cub/. Old link still works, but we should update it for consistency.