XGCa
|
#include "space_settings.hpp"
Go to the source code of this file.
Enumerations | |
enum | ScatterType { ScatterType::Atomic, ScatterType::Replication } |
Functions | |
KOKKOS_INLINE_FUNCTION int | get_thread () |
template<typename T > | |
KOKKOS_INLINE_FUNCTION void | access_add (T *addr, T val) |
template<typename T > | |
void | reduce_replicated_array (T &view) |
Variables | |
constexpr ScatterType | SCATTER_TYPE_GLOBAL = ScatterType::Atomic |
|
strong |
KOKKOS_INLINE_FUNCTION void access_add | ( | T * | addr, |
T | val | ||
) |
KOKKOS_INLINE_FUNCTION int get_thread | ( | ) |
void reduce_replicated_array | ( | T & | view | ) |
constexpr ScatterType SCATTER_TYPE_GLOBAL = ScatterType::Atomic |