Thin RAII wrapper around cudaEvent_t. More...
#include <Event.h>
Public Member Functions | |
Event () | |
Create an event object on the current CUDA device. More... | |
cudaEvent_t | get () const |
Return the underlying cudaEvent_t object. More... | |
Thin RAII wrapper around cudaEvent_t.
isce3::cuda::core::Event::Event | ( | ) |
Create an event object on the current CUDA device.
|
inline |
Return the underlying cudaEvent_t object.