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

replaced cudaMemcpy with device_copy_n in cudaaligner #621

Closed EpiSlim closed 3 years ago

EpiSlim commented 3 years ago

Addresses issue #355

ahehn-nv commented 3 years ago

Are the explicit template arguments in the function calls device_copy_n_async<int32_t>() really needed? I'd skip the types and let the compiler deduce the type from the function arguments automatically.