|
| CUDAEvent (unsigned int flags=DEFAULT_FLAGS) |
|
| CUDAEvent (DeviceIndex device_index, const cudaIpcEventHandle_t *handle) |
|
| CUDAEvent (const CUDAEvent &)=delete |
|
CUDAEvent & | operator= (const CUDAEvent &)=delete |
|
| CUDAEvent (CUDAEvent &&other) |
|
CUDAEvent & | operator= (CUDAEvent &&other) |
|
| operator cudaEvent_t () const |
|
optional< at::Device > | device () const |
|
bool | isCreated () const |
|
DeviceIndex | device_index () const |
|
cudaEvent_t | event () const |
|
bool | query () const |
|
void | record () |
|
void | recordOnce (const CUDAStream &stream) |
|
void | record (const CUDAStream &stream) |
|
void | block (const CUDAStream &stream) |
|
float | elapsed_time (const CUDAEvent &other) const |
|
void | synchronize () const |
|
void | ipc_handle (cudaIpcEventHandle_t *handle) |
|
|
static constexpr unsigned int | DEFAULT_FLAGS = cudaEventDisableTiming |
|
Definition at line 27 of file CUDAEvent.h.
The documentation for this struct was generated from the following file: