NVIDIA-Genomics-Research / GenomeWorks

SDK for GPU accelerated genome assembly and analysis
https://clara-parabricks.github.io/GenomeWorks/
Apache License 2.0
286 stars 76 forks source link

[sdk] Update the way we fetch CUB #570

Closed mimaric closed 3 years ago

mimaric commented 4 years ago

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.

mimaric commented 4 years ago

FYI @tijyojwad @o8191

ahehn-nv commented 4 years ago

I submitted a PR ~a minute later~ the same minute you opened this issue :D https://github.com/clara-parabricks/GenomeWorks/pull/569