Changed function hipMemcpy_2D to hipMemcpyParam2D

[ROCm/hip commit: 9866fa250d]
This commit is contained in:
Rahul Garg
2017-11-21 12:36:24 +05:30
parent 97ee22c3f5
commit 03552f2e94
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1134,7 +1134,7 @@ hipError_t hipMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch,
return ihipLogStatus(e);
}
hipError_t hipMemcpy_2D(const hip_Memcpy2D* pCopy)
hipError_t hipMemcpyParam2D(const hip_Memcpy2D* pCopy)
{
HIP_INIT_SPECIAL_API((TRACE_MCMD), pCopy);
hipError_t e = hipSuccess;