Updates docs for hipHcc* functions, move to header

[ROCm/hip commit: 83140f8423]
This commit is contained in:
Ben Sander
2016-09-17 08:40:47 -05:00
parent 468565058e
commit f028a2e833
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) {