MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / streamWait

Method streamWait

extensions/include/cuMat/src/Context.h:536–539  ·  view source on GitHub ↗

* Synchronizes the given stream with this event. * The given stream will wait until the event recorded with \ref record(cudaStream_t) has completed. */

Source from the content-addressed store, hash-verified

534 * The given stream will wait until the event recorded with \ref record(cudaStream_t) has completed.
535 */
536 void streamWait(cudaStream_t stream) const
537 {
538 CUMAT_SAFE_CALL(cudaStreamWaitEvent(stream, event_, 0));
539 }
540
541 /**
542 * Returns the elapsed time in milliseconds between the two recorded events.

Callers 1

evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected