Hello,
Is there was any way to preform an atomicadd on an uint8_t or unsigned char.
I am assigning an array to shared memory “shared int Board[Dim*Dim];” however the numbers that the array is filled with are all <=255 and im ruining out of memory per block. So to use a 1 byte variable is more than sufficient for me.
If you have any advice please reply. Thanks!