pub unsafe extern "C" fn cuMemcpy3DPeer(
pCopy: *const CUDA_MEMCPY3D_PEER,
) -> CUresult
Expand description
\brief Copies memory between contexts
Perform a 3D memory copy according to the parameters specified in \p pCopy. See the definition of the ::CUDA_MEMCPY3D_PEER structure for documentation of its parameters.
\param pCopy - Parameters for the memory copy
\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_CONTEXT, ::CUDA_ERROR_INVALID_VALUE \notefnerr \note_sync
\sa ::cuMemcpyDtoD, ::cuMemcpyPeer, ::cuMemcpyDtoDAsync, ::cuMemcpyPeerAsync, ::cuMemcpy3DPeerAsync, ::cudaMemcpy3DPeer