Public Member Functions | |
CudaEvent (cudaStream_t stream) | |
Creates an event and records it in this stream. | |
CudaEvent (const CudaEvent &event)=delete | |
CudaEvent (CudaEvent &&event) noexcept | |
cudaEvent_t | get () |
void | streamWaitOnEvent (cudaStream_t stream) |
Wait on this event in this stream. | |
void | cpuWaitOnEvent () |
Have the CPU wait for the completion of this event. | |
CudaEvent & | operator= (CudaEvent &&event) noexcept |
CudaEvent & | operator= (CudaEvent &event)=delete |
Definition at line 84 of file DeviceUtils.h.