|
kokkos-execution 0.0.1
|
#include <context.hpp>
Public Types | |
| using | context_t = ContextType<Exec> |
| using | scheduler_t = decltype(std::declval<const context_t>().get_scheduler()) |
| using | schedule_sender_t = decltype(stdexec::schedule(std::declval<scheduler_t>())) |
| using | value_t = int |
| using | view_s_t = Kokkos::View<value_t, Kokkos::SharedSpace> |
Additional Inherited Members | |
| Public Member Functions inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec > | |
| ExecutionSpace () | |
| ExecutionSpace & | operator= (const ExecutionSpace &)=delete |
| Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec > | |
| Exec | exec |
Definition at line 21 of file context.hpp.
| using Tests::Utils::ContextTest< ContextType, Exec >::context_t = ContextType<Exec> |
Definition at line 25 of file context.hpp.
| using Tests::Utils::ContextTest< ContextType, Exec >::schedule_sender_t = decltype(stdexec::schedule(std::declval<scheduler_t>())) |
Definition at line 27 of file context.hpp.
| using Tests::Utils::ContextTest< ContextType, Exec >::scheduler_t = decltype(std::declval<const context_t>().get_scheduler()) |
Definition at line 26 of file context.hpp.
| using Tests::Utils::ContextTest< ContextType, Exec >::value_t = int |
Definition at line 29 of file context.hpp.
| using Tests::Utils::ContextTest< ContextType, Exec >::view_s_t = Kokkos::View<value_t, Kokkos::SharedSpace> |
Definition at line 30 of file context.hpp.