|
kokkos-execution 0.0.1
|
#include <event.hpp>
Public Member Functions | |
| Event ()=default | |
| Event (const Event &)=delete | |
| Event & | operator= (const Event &)=delete |
| Event (Event &&) noexcept=delete | |
| Event & | operator= (Event &&) noexcept=delete |
| ~Event () | |
| void | record (const Kokkos::Cuda &exec) |
| void | wait () const |
Public Attributes | |
| cudaEvent_t | m_event = nullptr |
| uint64_t | m_event_id = invalid_event_id |
| std::atomic< bool > | m_recorded |
|
default |
|
delete |
References Event().
|
deletenoexcept |
References Event().
|
inline |
|
delete |
References Event().
|
deletenoexcept |
References Event().
|
inline |
|
inline |
| cudaEvent_t Kokkos::Execution::Impl::Event< Kokkos::Cuda >::m_event = nullptr |
| uint64_t Kokkos::Execution::Impl::Event< Kokkos::Cuda >::m_event_id = invalid_event_id |
| std::atomic<bool> Kokkos::Execution::Impl::Event< Exec >::m_recorded |