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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user