YAKL
|
Go to the source code of this file.
Namespaces | |
yakl | |
Functions | |
template<class T > | |
YAKL_INLINE void | yakl::atomicAdd (T &update, T value) |
[NON_B4B] yakl::atomicAdd(update,value) atomically performs update += value) More... | |
template<class T > | |
YAKL_INLINE void | yakl::atomicMax (T &update, T value) |
yakl::atomicMax(update,value) atomically performs update = max(update,value) More... | |
template<class T > | |
YAKL_INLINE void | yakl::atomicMin (T &update, T value) |
yakl::atomicMin(update,value) atomically performs update = min(update,value) More... | |
Defines atomic operations for each hardware backend.