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

Method copyOutputToHostAsync

samples/common/buffers.h:377–380  ·  view source on GitHub ↗

\brief Copy the contents of output device buffers to output host buffers asynchronously.

Source from the content-addressed store, hash-verified

375 //! \brief Copy the contents of output device buffers to output host buffers asynchronously.
376 //!
377 void copyOutputToHostAsync(const cudaStream_t& stream = 0)
378 {
379 memcpyBuffers(false, true, true, stream);
380 }
381
382 ~BufferManager() = default;
383

Callers 3

stepOnceMethod · 0.80
inferMethod · 0.80
inferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected