kokkos-execution 0.0.1
Loading...
Searching...
No Matches
schedulers.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_SCHEDULERS_HPP
2#define KOKKOS_EXECUTION_IMPL_SCHEDULERS_HPP
3
5
7
8template <typename Env>
9using delegation_scheduler_of_t = stdexec::__query_result_t<const Env&, stdexec::get_delegation_scheduler_t>;
10
11} // namespace Kokkos::Execution::Impl
12
13#endif // KOKKOS_EXECUTION_IMPL_SCHEDULERS_HPP
stdexec::__query_result_t< const Env &, stdexec::get_delegation_scheduler_t > delegation_scheduler_of_t
Definition schedulers.hpp:9