kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::GraphContext< Exec > Struct Template Reference

Execution context using Kokkos::Experimental::Graph under the hood. More...

#include <graph.hpp>

Public Types

using state_t = GraphImpl::State<Exec>

Public Member Functions

 GraphContext (Exec exec)
auto get_scheduler () const noexcept -> GraphImpl::Scheduler< Exec >

Public Attributes

state_t m_state

Detailed Description

template<Kokkos::ExecutionSpace Exec>
struct Kokkos::Execution::GraphContext< Exec >

Execution context using Kokkos::Experimental::Graph under the hood.

Definition at line 108 of file graph.hpp.

Member Typedef Documentation

◆ state_t

template<Kokkos::ExecutionSpace Exec>
using Kokkos::Execution::GraphContext< Exec >::state_t = GraphImpl::State<Exec>

Definition at line 109 of file graph.hpp.

Constructor & Destructor Documentation

◆ GraphContext()

template<Kokkos::ExecutionSpace Exec>
Kokkos::Execution::GraphContext< Exec >::GraphContext ( Exec exec)
inlineexplicit

Definition at line 113 of file graph.hpp.

Member Function Documentation

◆ get_scheduler()

template<Kokkos::ExecutionSpace Exec>
auto Kokkos::Execution::GraphContext< Exec >::get_scheduler ( ) const->GraphImpl::Scheduler< Exec >
inlinenoexcept

Definition at line 117 of file graph.hpp.

Member Data Documentation

◆ m_state

template<Kokkos::ExecutionSpace Exec>
state_t Kokkos::Execution::GraphContext< Exec >::m_state

Definition at line 111 of file graph.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/graph.hpp