MCPcopy 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

mainFunction · 0.45
mainFunction · 0.45

Calls 2

cudaCheckFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected