kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test Class Reference
Inheritance diagram for Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test:
Tests::ExecutionSpaceImpl::WhenAllTest Tests::Utils::ExecutionSpaceContextTest< TEST_EXECUTION_SPACE > Kokkos::utils::tests::scoped::callbacks::Manager Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec > Kokkos::utils::tests::scoped::ExecutionSpace< Exec >

Public Member Functions

 WhenAllTest_two_mixed_branches_followed_by_self_Test ()=default
 ~WhenAllTest_two_mixed_branches_followed_by_self_Test () override=default
 WhenAllTest_two_mixed_branches_followed_by_self_Test (const WhenAllTest_two_mixed_branches_followed_by_self_Test &)=delete
WhenAllTest_two_mixed_branches_followed_by_self_Testoperator= (const WhenAllTest_two_mixed_branches_followed_by_self_Test &)=delete
 WhenAllTest_two_mixed_branches_followed_by_self_Test (WhenAllTest_two_mixed_branches_followed_by_self_Test &&) noexcept=delete
WhenAllTest_two_mixed_branches_followed_by_self_Testoperator= (WhenAllTest_two_mixed_branches_followed_by_self_Test &&) noexcept=delete
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

Additional Inherited Members

Public Types inherited from Tests::ExecutionSpaceImpl::WhenAllTest
using recorder_listener_t
Public Types inherited from Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec >
using context_t
using scheduler_t
using schedule_sender_t
using value_t
using view_s_t
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec

Detailed Description

Test
A stdexec::when_all with two branches, the first on Kokkos::Execution::ExecutionSpaceContext and the second on another context, followed by work on the same Kokkos::Execution::ExecutionSpaceContext.
* schedule(esc) | then_atomic -- \
*                                 when_all --> continues_on(esc) | then
* schedule(stc) | then_atomic -- /
* 

Definition at line 213 of file test_when_all.cpp.

Constructor & Destructor Documentation

◆ WhenAllTest_two_mixed_branches_followed_by_self_Test() [1/3]

Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::WhenAllTest_two_mixed_branches_followed_by_self_Test ( )
default

◆ ~WhenAllTest_two_mixed_branches_followed_by_self_Test()

Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::~WhenAllTest_two_mixed_branches_followed_by_self_Test ( )
overridedefault

◆ WhenAllTest_two_mixed_branches_followed_by_self_Test() [2/3]

Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::WhenAllTest_two_mixed_branches_followed_by_self_Test ( const WhenAllTest_two_mixed_branches_followed_by_self_Test & )
delete

◆ WhenAllTest_two_mixed_branches_followed_by_self_Test() [3/3]

Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::WhenAllTest_two_mixed_branches_followed_by_self_Test ( WhenAllTest_two_mixed_branches_followed_by_self_Test && )
deletenoexcept

Member Function Documentation

◆ operator=() [1/2]

◆ operator=() [2/2]

WhenAllTest_two_mixed_branches_followed_by_self_Test & Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::operator= ( WhenAllTest_two_mixed_branches_followed_by_self_Test && )
deletenoexcept

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