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

Method beginCapture

samples/common/sampleDevice.h:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 void beginCapture(TrtCudaStream& stream)
183 {
184 cudaCheck(cudaStreamBeginCapture(stream.get(), cudaStreamCaptureModeThreadLocal));
185 }
186
187 bool launch(TrtCudaStream& stream)
188 {

Callers 1

createEnqueueFunctionMethod · 0.45

Calls 2

cudaCheckFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected