kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::GraphImpl::WhenAllTest Class Reference
Inheritance diagram for Tests::GraphImpl::WhenAllTest:
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::WhenAllTest_forwarding_env_Test Tests::GraphImpl::WhenAllTest_one_branch_Test Tests::GraphImpl::WhenAllTest_three_branches_Test Tests::GraphImpl::WhenAllTest_three_branches_some_starting_on_single_thread_context_Test Tests::GraphImpl::WhenAllTest_three_branches_starting_on_single_thread_context_Test Tests::GraphImpl::WhenAllTest_two_branches_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

Public Member Functions

 WhenAllTest ()
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

Protected Attributes

device_handle_t default_device_handle

Additional Inherited Members

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 44 of file test_when_all.cpp.

Member Typedef Documentation

◆ recorder_listener_t

Initial value:
>
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph aggregate node is added.
Definition events.hpp:50
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph node is added.
Definition events.hpp:35
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is created.
Definition events.hpp:16
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is instantiated.
Definition events.hpp:65
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is submitted.
Definition events.hpp:76
Event to be sent to Kokkos::utils::callbacks::dispatch when calling record.
Definition event.hpp:54
Event to be sent to Kokkos::utils::callbacks::dispatch when calling wait.
Definition event.hpp:75
Similar to EventDiscardMatcher, for graph-related events.
Definition events.hpp:76

Definition at line 48 of file test_when_all.cpp.

Constructor & Destructor Documentation

◆ WhenAllTest()

Tests::GraphImpl::WhenAllTest::WhenAllTest ( )
inline

Definition at line 63 of file test_when_all.cpp.

References default_device_handle, and WhenAllTest().

Member Data Documentation

◆ default_device_handle

device_handle_t Tests::GraphImpl::WhenAllTest::default_device_handle
protected

Definition at line 67 of file test_when_all.cpp.


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