|
kokkos-execution 0.0.1
|
#include <graph_context.hpp>
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 () | |
| ExecutionSpace & | operator= (const ExecutionSpace &)=delete |
| Static Public Attributes inherited from Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec > | |
| static constexpr bool | on_device |
Definition at line 14 of file graph_context.hpp.
| using Tests::Utils::GraphContextTest< Exec >::device_handle_t = Kokkos::Impl::DeviceHandle<Exec> |
Definition at line 15 of file graph_context.hpp.
| using Tests::Utils::GraphContextTest< Exec >::graph_t = Kokkos::Experimental::Graph<Exec> |
Definition at line 16 of file graph_context.hpp.
| device_handle_t Tests::Utils::GraphContextTest< Exec >::device_handle {this->exec} |
Definition at line 18 of file graph_context.hpp.