Atomic Operations and Randomness

Dontloo bio photo By Dontloo

Placeholder

If we want to compute the histogram of an array in parallel, will it return the same result when it’s called multiple times? It acutally depends on how the parallel histogram program is implemented. Let’s take a look at two possible implementations.

atomics

reduction