kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test Class Reference
Inheritance diagram for Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test:
Tests::GraphImpl::RemainsOnGraphForTest 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 >

Public Member Functions

 RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test ()=default
 ~RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test () override=default
 RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test (const RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test &)=delete
RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Testoperator= (const RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test &)=delete
 RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test (RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test &&) noexcept=delete
RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Testoperator= (RemainsOnGraphForTest_non_dependent_sender_with_continues_on_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( "RemainsOnGraphForTest", "non_dependent_sender_with_continues_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<RemainsOnGraphForTest>()), ::testing::internal::SuiteApiResolver< RemainsOnGraphForTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< RemainsOnGraphForTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test >)

Additional Inherited Members

Public Types inherited from Tests::GraphImpl::RemainsOnGraphForTest
using recorder_listener_t
using sync_wait_rcvr_t = Kokkos::Execution::Impl::SyncWait::Receiver<TEST_EXECUTION_SPACE, std::true_type>
using noop_t = Tests::Utils::Functors::NoOp<true, false, false>
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 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

Test
Check Kokkos::Execution::GraphImpl::remains_on_graph_for for a non-dependent sender on Kokkos::Execution::GraphImpl::Domain with stdexec::continues_on.
Bug
It should not create two graphs.

Definition at line 133 of file test_operation_state.cpp.

Constructor & Destructor Documentation

◆ RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test() [1/3]

Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test ( )
default

◆ ~RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test()

Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::~RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test ( )
overridedefault

◆ RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test() [2/3]

Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test ( const RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test & )
delete

◆ RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test() [3/3]

Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test ( RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test && )
deletenoexcept

Member Function Documentation

◆ operator=() [1/2]

◆ operator=() [2/2]

RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test & Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::operator= ( RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test && )
deletenoexcept

◆ TestBody()

void Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::TestBody ( )
overrideprivate

Definition at line 133 of file test_operation_state.cpp.

Member Data Documentation

◆ test_info_

testing::TestInfo *const Tests::GraphImpl::RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test::test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "RemainsOnGraphForTest", "non_dependent_sender_with_continues_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<RemainsOnGraphForTest>()), ::testing::internal::SuiteApiResolver< RemainsOnGraphForTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< RemainsOnGraphForTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< RemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test >)
staticprivate

Definition at line 133 of file test_operation_state.cpp.


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