5 namespace isce3 {
namespace cuda {
namespace core {
14 cudaEvent_t
get()
const {
return *_event; }
17 std::shared_ptr<cudaEvent_t> _event;
20 bool operator==(Event, Event);
22 bool operator!=(Event, Event);
25 void synchronize(Event);
Event()
Create an event object on the current CUDA device.
Thin RAII wrapper around cudaEvent_t.
Definition: Event.h:8