MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / ~TrtCudaStream

Method ~TrtCudaStream

samples/common/sampleDevice.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 TrtCudaStream& operator=(TrtCudaStream&&) = delete;
72
73 ~TrtCudaStream()
74 {
75 cudaCheck(cudaStreamDestroy(mStream));
76 }
77
78 cudaStream_t get() const
79 {

Callers

nothing calls this directly

Calls 1

cudaCheckFunction · 0.85

Tested by

no test coverage detected