\brief Copy the contents of output device buffers to output host buffers asynchronously.
| 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 |