kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::Utils::GraphContextTest< Exec > Struct Template Reference

#include <graph_context.hpp>

Inheritance diagram for Tests::Utils::GraphContextTest< Exec >:
Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec > Kokkos::utils::tests::scoped::ExecutionSpace< Exec >

Public Types

using device_handle_t = Kokkos::Impl::DeviceHandle<Exec>
using graph_t = Kokkos::Experimental::Graph<Exec>
Public Types inherited from Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec >
using context_t
using scheduler_t
using schedule_sender_t
using value_t
using view_s_t

Public Attributes

device_handle_t device_handle {this->exec}
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec

Additional Inherited Members

Public Member Functions inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
 ExecutionSpace ()
ExecutionSpaceoperator= (const ExecutionSpace &)=delete
Static Public Attributes inherited from Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec >
static constexpr bool on_device

Detailed Description

template<Kokkos::ExecutionSpace Exec>
struct Tests::Utils::GraphContextTest< Exec >

Definition at line 14 of file graph_context.hpp.

Member Typedef Documentation

◆ device_handle_t

template<Kokkos::ExecutionSpace Exec>
using Tests::Utils::GraphContextTest< Exec >::device_handle_t = Kokkos::Impl::DeviceHandle<Exec>

Definition at line 15 of file graph_context.hpp.

◆ graph_t

template<Kokkos::ExecutionSpace Exec>
using Tests::Utils::GraphContextTest< Exec >::graph_t = Kokkos::Experimental::Graph<Exec>

Definition at line 16 of file graph_context.hpp.

Member Data Documentation

◆ device_handle

template<Kokkos::ExecutionSpace Exec>
device_handle_t Tests::Utils::GraphContextTest< Exec >::device_handle {this->exec}

Definition at line 18 of file graph_context.hpp.


The documentation for this struct was generated from the following file: