SWDEV-269246 - Implementation of hipDrvMemcpy2DUnaligned

Change-Id: I86fdd3b930cbd74c45cd31944f0ea52c0ff65a59
Bu işleme şunda yer alıyor:
Arya.Rafii
2021-02-26 09:57:36 -05:00
işlemeyi yapan: Arya Rafii
ebeveyn 6f1a09b47f
işleme 24837c1afc
4 değiştirilmiş dosya ile 19 ekleme ve 0 silme
+8
Dosyayı Görüntüle
@@ -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,