kokkos-execution 0.0.1
Loading...
Searching...
No Matches
sender_introspection.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  Kokkos
namespace  Kokkos::Execution
namespace  Kokkos::Execution::Impl

Typedefs

template<typename Tag, stdexec::sender Sndr, typename... Env>
using Kokkos::Execution::Impl::completion_scheduler_of_t
 Retrieve the completion scheduler for a given completion tag.
template<typename Sndr, typename... Env>
using Kokkos::Execution::Impl::exec_of_t = typename completion_scheduler_of_t<stdexec::set_value_t, Sndr, Env...>::execution_space
 Type of the execution space extracted from a sender's completion scheduler.