cubecl_hip_sys

Function hipDrvMemcpy3D

Source
pub unsafe extern "C" fn hipDrvMemcpy3D(
    pCopy: *const HIP_MEMCPY3D,
) -> hipError_t
Expand description

@brief Copies data between host and device.

@param[in] pCopy 3D memory copy parameters @return #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidPitchValue, #hipErrorInvalidDevicePointer, #hipErrorInvalidMemcpyDirection

@see hipMemcpy, hipMemcpy2DToArray, hipMemcpy2D, hipMemcpyFromArray, hipMemcpyToSymbol, hipMemcpyAsync