MCPcopy 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{
59public:
60 TrtCudaStream()
61 {
62 cudaCheck(cudaStreamCreate(&mStream));
63 }
64
65 TrtCudaStream(const TrtCudaStream&) = delete;
66

Callers

nothing calls this directly

Calls 1

cudaCheckFunction · 0.85

Tested by

no test coverage detected