Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ record
Method
record
samples/common/sampleDevice.h:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void record(const TrtCudaStream& stream)
131
{
132
cudaCheck(cudaEventRecord(mEvent, stream.get()));
133
}
134
135
void synchronize()
136
{
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
2
cudaCheck
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected