NVIDIA-Genomics-Research / GenomeWorks

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

[cudaaligner] Remove limitation of launching max 65535 alignments at once. #624

Closed ahehn-nv closed 3 years ago

ahehn-nv commented 3 years ago

cudaaligner crashed with an invalid kernel configuration when more than 65535 alignment tasks were submitted. This PR removes the limitation (new limit 2^31-1).