Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createEnqueueFunction
Method · 0.45
Calls
2
cudaCheck
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected