CUDA 8.0 compatibility of cuda_fixes branch

Issue #4 new
Former user created an issue

The header finite-volume/source/cuda/misc.h defines an atomicAdd (double*,double), which is in conflict with the built-in atomic add function available in CUDA 8.0 (https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#changes-from-previous-version).

Comments (1)

  1. Log in to comment