|
kokkos-execution 0.0.1
|
Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::Impl::get_exec_t |
| struct | Kokkos::Execution::Impl::ExecOf< Sndr, Env... > |
Type of the execution space extracted from Sndr completion scheduler. More... | |
| struct | Kokkos::Execution::Impl::ExecOf< T > |
Type of the execution space extracted from a get_exec_t query on T. More... | |
| struct | Kokkos::Execution::Impl::ExecutionSpaceRef< Exec > |
Wrap a Kokkos execution space to make it cheap to copy/move in new environments. More... | |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::Impl |
Typedefs | |
| template<typename... Args> | |
| using | Kokkos::Execution::Impl::exec_of_t = typename ExecOf<Args...>::type |
Variables | |
| constexpr get_exec_t | Kokkos::Execution::Impl::get_exec {} |