Changed function hipMemcpy_2D to hipMemcpyParam2D

This commit is contained in:
Rahul Garg
2017-11-21 12:36:24 +05:30
parent eff09fcd86
commit 24307fe5c4
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;