\brief Copy the contents of output device buffers to output host buffers synchronously.
| 359 | //! \brief Copy the contents of output device buffers to output host buffers synchronously. |
| 360 | //! |
| 361 | void copyOutputToHost() |
| 362 | { |
| 363 | memcpyBuffers(false, true, false); |
| 364 | } |
| 365 | |
| 366 | //! |
| 367 | //! \brief Copy the contents of input host buffers to input device buffers asynchronously. |