atomic_store
#
Header File: <Kokkos_Core.hpp>
Usage#
atomic_store(ptr_to_value,new_value);
Atomically sets the value at the address given by ptr_to_value
to new_value
.
atomic_store
#Header File: <Kokkos_Core.hpp>
atomic_store(ptr_to_value,new_value);
Atomically sets the value at the address given by ptr_to_value
to new_value
.