Hello.
Is atomic support present in OpenCL included with CUDA 2.3 and Driver 190.29 ?
I couldnt see any SDK example that uses it.
When I do this call within my OpenCL kernel I get a CL_OUT_OF_RESOURCES
I use a call like the below pointing to global memory.
atom_add(&binResult[mem_index], 1);
Perhaad