kokkos-execution
0.0.1
Loading...
Searching...
No Matches
sender_introspection.hpp
Go to the documentation of this file.
1
#ifndef KOKKOS_EXECUTION_EXECUTION_SPACE_SENDER_INTROSPECTION_HPP
2
#define KOKKOS_EXECUTION_EXECUTION_SPACE_SENDER_INTROSPECTION_HPP
3
4
#include "
kokkos-execution/stdexec.hpp
"
5
6
#include "
kokkos-execution/execution_space/execution_space_fwd.hpp
"
7
8
namespace
Kokkos::Execution::ExecutionSpaceImpl
{
9
11
template
<
typename
Sndr,
typename
Env = stdexec::env<>>
12
using
exec_of_t
=
typename
stdexec::__completion_scheduler_of_t<stdexec::set_value_t, Sndr, Env>::execution_space;
13
14
}
// namespace Kokkos::Execution::ExecutionSpaceImpl
15
16
#endif
// KOKKOS_EXECUTION_EXECUTION_SPACE_SENDER_INTROSPECTION_HPP
execution_space_fwd.hpp
stdexec.hpp
Kokkos::Execution::ExecutionSpaceImpl
Definition
execution_space.hpp:20
Kokkos::Execution::ExecutionSpaceImpl::exec_of_t
typename stdexec::__completion_scheduler_of_t< stdexec::set_value_t, Sndr, Env >::execution_space exec_of_t
Type of the execution space extracted from a sender's completion scheduler.
Definition
sender_introspection.hpp:12
kokkos-execution
execution_space
sender_introspection.hpp
Generated on
for kokkos-execution by
1.15.0