This repository was archived by the owner on Mar 21, 2024. It is now read-only.
libcu++ atomic fails to compile with address sanitizer (ASAN) enabled #142
Labels
bug: functional
Does not work as intended.
helps: quda
Helps or needed by QUDA.
libcu++
P1: should have
Important but not necessary for release.
Milestone
In testing libcu++ for deployment in QUDA, I found that libcu++ atomic fails to compile if address sanitizer is enabled.
Where bug.cu is simply the following
I note that this is blocking us from deploying libcu++ for production in QUDA, and forcing us to keep around legacy our legacy
atomicAdd
-based andcudaStream
approach to reductions.Tested on the latest release 1.4.1.
The text was updated successfully, but these errors were encountered: