SWDEV-483134 - Deprecate hipHostMalloc and hipHostFree APIs

Change-Id: I55432d34ea7e9357e6528089cf38addcb5b22ddf


[ROCm/hip commit: d8906fa045]
This commit is contained in:
Ioannis Assiouras
2024-09-06 10:21:40 +01:00
parent 8977f07def
commit 3a07931ad4
2 changed files with 51 additions and 36 deletions
@@ -45,6 +45,8 @@ Memory management
* ``hipMallocHost`` (replaced with ``hipHostAlloc``)
* ``hipMemAllocHost`` (replaced with ``hipHostAlloc``)
* ``hipHostMalloc`` (replaced with ``hipExtHostAlloc``)
* ``hipHostFree`` (replaced with ``hipFreeHost``)
* ``hipMemcpyToArray``
* ``hipMemcpyFromArray``