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

Method synchronize

samples/common/sampleDevice.h:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void synchronize()
136 {
137 cudaCheck(cudaEventSynchronize(mEvent));
138 }
139
140 // Returns time elapsed time in milliseconds
141 float operator-(const TrtCudaEvent& e) const

Callers 15

syncMethod · 0.45
setInputDataMethod · 0.45
fetchOutputDataMethod · 0.45
createEnqueueFunctionMethod · 0.45
inferMethod · 0.45
inferMethod · 0.45
inferMethod · 0.45
inferenceFunction · 0.45
inferenceFunction · 0.45
__call__Method · 0.45
validateFunction · 0.45
mainFunction · 0.45

Calls 1

cudaCheckFunction · 0.85

Tested by

no test coverage detected