kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::Impl::EventTestNoCallback Class Reference

Fixture that does not set any Kokkos::utils::callbacks::Manager callback. More...

Inheritance diagram for Tests::Impl::EventTestNoCallback:
Tests::Utils::ExecutionSpaceContextTest< TEST_EXECUTION_SPACE > Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec > Kokkos::utils::tests::scoped::ExecutionSpace< Exec > Tests::Impl::EventTest Tests::Impl::EventTestNoCallback_record_and_wait_no_check_Test Tests::Impl::EventTest_default_instance_Test Tests::Impl::EventTest_record_and_wait_Test Tests::Impl::EventTest_record_and_wait_and_record_and_wait_Test Tests::Impl::EventTest_record_and_wait_many_times_Test Tests::Impl::EventTest_record_but_dont_wait_Test Tests::Impl::EventTest_uniqueness_Test

Static Public Attributes

template<Kokkos::ExecutionSpace Exec>
static constexpr bool has_support

Additional Inherited Members

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 Member Functions inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
 ExecutionSpace ()
ExecutionSpaceoperator= (const ExecutionSpace &)=delete
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec

Detailed Description

Fixture that does not set any Kokkos::utils::callbacks::Manager callback.

Definition at line 32 of file test_event.cpp.

Member Data Documentation

◆ has_support

template<Kokkos::ExecutionSpace Exec>
bool Tests::Impl::EventTestNoCallback::has_support
staticconstexpr
Initial value:
= []() {
return false;
}()

Events must be supported for:

  • Kokkos::Cuda
  • Kokkos::HIP
  • Kokkos::Experimental::HPX
  • Kokkos::SYCL

Definition at line 42 of file test_event.cpp.


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