Skip to content

Fix old cuda atomics

Kenneth Moreland requested to merge kmorel/vtk-m:fix-old-cuda-atomics into master

There are some overloads for atomic adds of floating point numbers for older versions of cuda that do not include them directly. These were misnamed and thus not properly overloading the generic implementation. This caused compile errors with older versions of cuda.

Fixes #815

Backport: release
Backport: release-2.0

Edited by Vicente Bolea

Merge request reports