Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sync
Method · 0.45
setInputData
Method · 0.45
fetchOutputData
Method · 0.45
createEnqueueFunction
Method · 0.45
infer
Method · 0.45
infer
Method · 0.45
infer
Method · 0.45
inference
Function · 0.45
inference
Function · 0.45
__call__
Method · 0.45
validate
Function · 0.45
main
Function · 0.45
Calls
1
cudaCheck
Function · 0.85
Tested by
no test coverage detected