cudaEventSynchronize: Waits for an event to complete

Description Usage Arguments References See Also

Description

Wait until the completion of all device work preceding the most recent call to cudaEventRecord() (in the appropriate compute streams, as specified by the arguments to cudaEventRecord()).

Usage

1

Arguments

event

Event to wait for

References

http://docs.nvidia.com/cuda/cuda-driver-api/index.html

See Also

cudaEventCreate cudaEventCreateWithFlags cudaEventRecord cudaEventQuery cudaEventDestroy cudaEventElapsedTime


duncantl/RCUDA documentation built on May 15, 2019, 5:26 p.m.