I am using ALEA GPU for GPU Programming (C#). If I use an Atomic Operation like atomic_add in the Kernel, I get "Could not resolve name" error in CUDA WarpWatch window for my variables during Kernel debugging. I see the values of blockIdx.x, blockDim.x, threadIdx.x and arrays but variable names cannot be resolved. The kernel works as expected but variables cannot be monitored during debugging, thus making it difficult to fix any bug. CUDA 8 Toolkit is installed and I am using Visual Studio 2015.
Any ideas?