kokkos-execution 0.0.1
Loading...
Searching...
No Matches
get_exec.hpp File Reference
#include "Kokkos_Core.hpp"
#include "kokkos-execution/impl/sender_introspection.hpp"

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 {}