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

[cudamapper] Use stream callback functions to update Index state #525

Open mimaric opened 4 years ago

mimaric commented 4 years ago

When copying indices from host to device use stream callback functions to update the state indices upon copy completion.

Continuation of #318