Skip to main content

hipMemcpy3DPeerAsync

Function hipMemcpy3DPeerAsync 

Source
pub unsafe extern "C" fn hipMemcpy3DPeerAsync(
    p: *mut hipMemcpy3DPeerParms,
    stream: hipStream_t,
) -> hipError_t
Expand description

@brief Performs 3D memory copies between devices asynchronously

@param [in] p - Parameters for memory copy @param [in] stream - Stream to enqueue operation in.

@returns #hipSuccess, #hipErrorInvalidValue, hipErrorInvalidDevice