MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / synchronize

Method synchronize

samples/common/sampleDevice.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void synchronize()
84 {
85 cudaCheck(cudaStreamSynchronize(mStream));
86 }
87
88 void wait(TrtCudaEvent& event);
89

Callers

nothing calls this directly

Calls 1

cudaCheckFunction · 0.85

Tested by

no test coverage detected