pub unsafe extern "C" fn hipMemcpy3D(
p: *const hipMemcpy3DParms,
) -> hipError_t
Expand description
@brief Copies data between host and device.
@param[in] p 3D memory copy parameters @return #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidPitchValue, #hipErrorInvalidDevicePointer, #hipErrorInvalidMemcpyDirection
@see hipMemcpy, hipMemcpy2DToArray, hipMemcpy2D, hipMemcpyFromArray, hipMemcpyToSymbol, hipMemcpyAsync