https://mooseframework.inl.gov
Classes | Namespaces | Functions | Variables
KokkosMap.h File Reference

Go to the source code of this file.

Classes

struct  Moose::Kokkos::Pair< T1, T2 >
 
class  Moose::Kokkos::Map< T1, T2 >
 The Kokkos wrapper class for standard map. More...
 
class  Moose::Kokkos::Map< T1, T2 >
 The Kokkos wrapper class for standard map. More...
 

Namespaces

 Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 
 Moose::Kokkos
 

Functions

template<typename T >
KOKKOS_FUNCTION uint32_t Moose::Kokkos::fnv1aHash (const T &key, uint32_t hash)
 
template<typename T >
KOKKOS_FUNCTION uint32_t Moose::Kokkos::fnv1aHash (const T &key)
 
template<typename T1 , typename T2 >
KOKKOS_FUNCTION uint32_t Moose::Kokkos::fnv1aHash (const Pair< T1, T2 > &key)
 
template<typename T1 , typename T2 >
void Moose::Kokkos::dataStore (std::ostream &stream, Map< T1, T2 > &map, void *context)
 
template<typename T1 , typename T2 >
void Moose::Kokkos::dataLoad (std::istream &stream, Map< T1, T2 > &map, void *context)
 

Variables

constexpr uint32_t Moose::Kokkos::FNV_PRIME = 0x01000193
 
constexpr uint32_t Moose::Kokkos::FNV_OFFSET_BASIS = 0x811C9DC5