kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::GraphImpl::EventsTest Class Reference
Inheritance diagram for Tests::GraphImpl::EventsTest:
Tests::Utils::GraphContextTest< TEST_EXECUTION_SPACE > Kokkos::utils::tests::scoped::callbacks::Manager Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec > Kokkos::utils::tests::scoped::ExecutionSpace< Exec > Tests::GraphImpl::EventsTest_create_and_add_nodes_Test Tests::GraphImpl::EventsTest_create_instantiate_and_submit_Test

Public Types

using recorder_listener_t
Public Types inherited from Tests::Utils::GraphContextTest< TEST_EXECUTION_SPACE >
using device_handle_t
using graph_t
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

Additional Inherited Members

Public Member Functions inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
 ExecutionSpace ()
ExecutionSpaceoperator= (const ExecutionSpace &)=delete
Public Member Functions inherited from Kokkos::utils::tests::scoped::callbacks::Manager
 Manager ()
 ~Manager ()
 Manager (const Manager &)=delete
Manageroperator= (const Manager &)=delete
Public Attributes inherited from Tests::Utils::GraphContextTest< TEST_EXECUTION_SPACE >
device_handle_t device_handle
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec
Static Public Attributes inherited from Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec >
static constexpr bool on_device

Detailed Description

Definition at line 31 of file test_events.cpp.

Member Typedef Documentation

◆ recorder_listener_t

Initial value:
>
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph node is added.
Definition events.hpp:33
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is created.
Definition events.hpp:14
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is instantiated.
Definition events.hpp:48
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is submitted.
Definition events.hpp:59
Similar to EventDiscardMatcher, for graph-related events.
Definition events.hpp:60

Definition at line 35 of file test_events.cpp.


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