Updates docs for hipHcc* functions, move to header

This commit is contained in:
Ben Sander
2016-09-17 08:40:47 -05:00
parent 50b78439af
commit 83140f8423
3 changed files with 5 additions and 6 deletions
+1
View File
@@ -613,6 +613,7 @@ hipError_t hipMemcpyDtoHAsync(void* dst, hipDeviceptr_t src, size_t sizeBytes, h
return ihipLogStatus(e);
}
// TODO - review and optimize
hipError_t hipMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch,
size_t width, size_t height, hipMemcpyKind kind) {