CuPy:Event
Low Level APIs
-
cupy.cuda.runtime.streamWaitEvent(intptr_t stream, intptr_t event, unsigned int flags=0)
-
cupy.cuda.runtime.eventCreate() → intptr_t
-
cupy.cuda.runtime.eventCreateWithFlags(unsigned int flags) → intptr_t
-
cupy.cuda.runtime.eventDestroy(intptr_t event)
-
cupy.cuda.runtime.eventElapsedTime(intptr_t start, intptr_t end) → float
-
cupy.cuda.runtime.eventQuery(intptr_t event)
-
cupy.cuda.runtime.eventRecord(intptr_t event, intptr_t stream)
-
cupy.cuda.runtime.eventSynchronize(intptr_t event)
See also
CUDA Favorite site