Hello.
My code calls the kernel, and the kernel checks operation needs.
and then in the kernel call the device function.
at that function, can I use the atomicOr (i.e., I wonder about using atomicOr in the device function)
because I learned operation is possible only in the kernel, but access is possible in device function