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

Method wait

samples/common/sampleDevice.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150};
151
152inline void TrtCudaStream::wait(TrtCudaEvent& event)
153{
154 cudaCheck(cudaStreamWaitEvent(mStream, event.get(), 0));
155}
156
157//!
158//! \class TrtCudaGraph

Callers 3

gpu_monitorMethod · 0.45
mainFunction · 0.45

Calls 2

cudaCheckFunction · 0.85
getMethod · 0.45

Tested by 1