scatter_add_ and index_add_ both use atomic operations (atomicAdd as seen e.g. here) as described in the Reproducibility docs, which introduces these small variations.
scatter_add_ and index_add_ both use atomic operations (atomicAdd as seen e.g. here) as described in the Reproducibility docs, which introduces these small variations.