SWDEV-269246 - Implementation of hipDrvMemcpy2DUnaligned

Change-Id: I86fdd3b930cbd74c45cd31944f0ea52c0ff65a59
This commit is contained in:
Arya.Rafii
2021-02-26 09:57:36 -05:00
کامیت شده توسط Arya Rafii
والد 9f142f988d
کامیت 8cb232ddef
4فایلهای تغییر یافته به همراه19 افزوده شده و 0 حذف شده
@@ -3508,6 +3508,14 @@ hipError_t hipLaunchKernel(const void* function_address,
void** args,
size_t sharedMemBytes __dparm(0),
hipStream_t stream __dparm(0));
/**
* Copies memory for 2D arrays.
*
* @param pCopy - Parameters for the memory copy
*
* @returns #hipSuccess, #hipErrorInvalidValue
*/
hipError_t hipDrvMemcpy2DUnaligned(const hip_Memcpy2D* pCopy);
//TODO: Move this to hip_ext.h
hipError_t hipExtLaunchKernel(const void* function_address, dim3 numBlocks, dim3 dimBlocks,