cudaError_t cudaMemcpy3DPeerAsync ( const struct cudaMemcpy3DPeerParms p,
cudaStream_t  stream = 0 
)

Perform a 3D memory copy according to the parameters specified in p. See the definition of the cudaMemcpy3DPeerParms structure for documentation of its parameters.

Parameters:
p - Parameters for the memory copy
stream - Stream identifier
Returns:
cudaSuccess, cudaErrorInvalidValue, cudaErrorInvalidDevice
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaMemcpy, cudaMemcpyPeer, cudaMemcpyAsync, cudaMemcpyPeerAsync, cudaMemcpy3DPeerAsync


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA