Deprecate hipMallocHost and hipFreeHost.

These will print compiler warnings if used, so we can weed them out
before removing.

Also add a default flags args for hipHostAlloc, in the C++ functioin
headers.  So you can replace hipMallocHost(&ptr, size( with hipHostAlloc(&ptr, size)


[ROCm/hip commit: cea37c3e91]
This commit is contained in:
Ben Sander
2016-03-19 22:53:59 -05:00
parent 36d2a024c0
commit 4c77ecef9a
4 changed files with 17 additions and 6 deletions
+5
View File
@@ -13,6 +13,11 @@ We have attempted to document known bugs and limitations - in particular the [HI
Stay tuned - the work for many of these features is already in-flight.
Next:
- Deprecate hipDeviceGetProp, replace with hipGetDeviceProp
- Deprecate hipMallocHost (Replace with hipHostAlloc with hipHostAllocDefault as last parameter).
- Deprecate hipFreeHost (Replace with hipHostFree).
## Revision History: