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] Moved cudaStreamSynchronize for merged_basepairs_h after the call to SketchElementImpl::generate_sketch_elements() #544

Closed mimaric closed 4 years ago

mimaric commented 4 years ago

As suggested in #543 moved the call to cudaStreamSynchronize() for merged_basepairs_h after the call to SketchElementImpl::generate_sketch_elements() in IndexGPU

Closes #543

mimaric commented 4 years ago

rerun tests