Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ TrtCudaStream
Method
TrtCudaStream
samples/common/sampleDevice.h:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
{
59
public:
60
TrtCudaStream()
61
{
62
cudaCheck(cudaStreamCreate(&mStream));
63
}
64
65
TrtCudaStream(const TrtCudaStream&) = delete;
66
Callers
nothing calls this directly
Calls
1
cudaCheck
Function · 0.85
Tested by
no test coverage detected