https://mooseframework.inl.gov
Classes | Namespaces | Typedefs
KokkosDispatcher.h File Reference

Go to the source code of this file.

Classes

class  Moose::Kokkos::DispatcherBase
 Base class for Kokkos functor dispatcher. More...
 
class  Moose::Kokkos::Dispatcher< Operation, Object >
 Class that dispatches a parallel loop operation of a Kokkos functor. More...
 
class  Moose::Kokkos::Reducer< Operation, Object >
 Class that dispatches a parallel reduction operation of a Kokkos functor. More...
 
class  Moose::Kokkos::DispatcherRegistryEntryBase
 Base class for dispatcher registry entry. More...
 
class  Moose::Kokkos::DispatcherRegistryEntry< Operation, Object >
 Class that stores the information of a dispatcher and builds it. More...
 
class  Moose::Kokkos::ReducerRegistryEntry< Operation, Object >
 
class  Moose::Kokkos::DispatcherRegistry
 Class that registers dispatchers of all Kokkos functors. More...
 

Namespaces

 Moose::Kokkos
 

Typedefs

using Moose::Kokkos::Policy = ::Kokkos::RangePolicy< ExecSpace, ::Kokkos::IndexType< ThreadID > >