Skip to content
Snippets Groups Projects
Commit 7712951b authored by Martin Schoenherr's avatar Martin Schoenherr
Browse files

Merge pull request 'Fix cuda::pow() bugfix, while passing doubles explicitly.'...

Merge pull request 'Fix cuda::pow() bugfix, while passing doubles explicitly.' (#67) from peters/VirtualFluids_dev:bugfix/cuda_pow into develop

Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/67

This pow-solution is not optimal but will work hopefully. The kernel performance will probably be decreased, because "double" calculations are 3-5 times slower compared to floating point operations.
parents 47fbcaaa 165b2a10
No related merge requests found
Showing
with 84 additions and 73 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment