How to correctly simulate `atomicAdd` on `u64` by using two `u32` buffers?
I’m trying to do atomic operations on u64
. But since it’s not supported, the number is stored in TWO u32
buffers
I’m trying to do atomic operations on u64
. But since it’s not supported, the number is stored in TWO u32
buffers