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

Method launch

samples/common/sampleDevice.h:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 bool launch(TrtCudaStream& stream)
188 {
189 return cudaGraphLaunch(mGraphExec, stream.get()) == cudaSuccess;
190 }
191
192 void endCapture(TrtCudaStream& stream)
193 {

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected