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

Method record

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

* Records an event into this instance after all preceding operations in stream have been completed. */

Source from the content-addressed store, hash-verified

525 * Records an event into this instance after all preceding operations in <code>stream</code> have been completed.
526 */
527 void record(cudaStream_t stream) const
528 {
529 CUMAT_SAFE_CALL(cudaEventRecord(event_, stream));
530 }
531
532 /**
533 * Synchronizes the given stream with this event.

Callers 1

evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected