vtk-m/docs/changelog/fix-old-cuda-atomics.md
Kenneth Moreland 78e06d5dcd Fix old cuda atomics
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.
2024-04-02 13:45:15 -04:00

291 B

Fix old cuda atomics

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.