cudaStreamSynchronize: Waits for stream tasks to complete

Description Usage Arguments References See Also

Description

Blocks until stream has completed all operations. If the cudaDeviceScheduleBlockingSync flag was set for this device, the host thread will block until the stream is finished with all of its tasks.

Usage

1

Arguments

stream

Stream identifier

References

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

See Also

cudaStreamCreate cudaStreamCreateWithFlags cudaStreamQuery cudaStreamWaitEvent cudaStreamAddCallback cudaStreamDestroy


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