|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "kokkos-execution/execution_space/execution_space_fwd.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::ExecutionSpaceImpl |
Typedefs | |
| template<typename Sndr, typename Env = stdexec::env<>> | |
| using | Kokkos::Execution::ExecutionSpaceImpl::exec_of_t = typename stdexec::__completion_scheduler_of_t<stdexec::set_value_t, Sndr, Env>::execution_space |
| Type of the execution space extracted from a sender's completion scheduler. | |