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

Private Member Functions

void TestBody () override

Static Private Attributes

static ::testing::TestInfo *const test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "WhenAllTest", "two_mixed_branches_followed_by_self", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<WhenAllTest>()), ::testing::internal::SuiteApiResolver< WhenAllTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< WhenAllTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< WhenAllTest_two_mixed_branches_followed_by_self_Test >)

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
Static Public Attributes inherited from Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec >
static constexpr bool on_device

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 --> continues_on(esc) -- /
* 

Definition at line 216 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

◆ TestBody()

void Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::TestBody ( )
overrideprivate

Definition at line 216 of file test_when_all.cpp.

Member Data Documentation

◆ test_info_

testing::TestInfo *const Tests::ExecutionSpaceImpl::WhenAllTest_two_mixed_branches_followed_by_self_Test::test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "WhenAllTest", "two_mixed_branches_followed_by_self", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<WhenAllTest>()), ::testing::internal::SuiteApiResolver< WhenAllTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< WhenAllTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< WhenAllTest_two_mixed_branches_followed_by_self_Test >)
staticprivate

Definition at line 216 of file test_when_all.cpp.


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