Skip to content

Avoid undefined atomicAdd error.

Maik Nijhuis requested to merge undefined_atomic_add into master

nvcc (sometimes) complained about a missing atomicAdd(double*, double) function.

After moving it in front of the uses, the complaints were gone.

Merge request reports