I am trying to implement a CUDA program that uses Unified Memory. I have two unified arrays and sometimes they need to be updated atomically.
The question below has an
To summarize comments into an answer:
atomicAdd_system
-arch=sm_60
or similarAs always, this information is neatly summarized in the relevant section of the Programming Guide.