NVIDIA-Genomics-Research / GenomeWorks

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

[cudaextender] Check if entropy calculation can be done using a float. #575

Open atadkase opened 3 years ago

atadkase commented 3 years ago

Currently cudaextender uses doubles for entropy calculation during ungapped extension. Check the accuracy implications of moving the calculation to a float.