SWDEV-483134 - Reverted the deprecation of hipHostMalloc/hipHostFree

Change-Id: I550cdcf8b20bbafa5569be69dfb1e26d4fdb1ad4
This commit is contained in:
Ioannis Assiouras
2024-11-15 10:35:01 +00:00
committed by Rakesh Roy
parent 5502f89189
commit 5f2d2d109c
2 changed files with 45 additions and 59 deletions
+2 -4
View File
@@ -43,10 +43,8 @@ These APIs are now marked as deprecated because there are better alternate inter
Memory management
============================================================
* ``hipMallocHost`` (replaced with ``hipHostAlloc``)
* ``hipMemAllocHost`` (replaced with ``hipHostAlloc``)
* ``hipHostMalloc`` (replaced with ``hipExtHostAlloc``)
* ``hipHostFree`` (replaced with ``hipFreeHost``)
* ``hipMallocHost`` (replaced with ``hipHostMalloc``)
* ``hipMemAllocHost`` (replaced with ``hipHostMalloc``)
* ``hipMemcpyToArray``
* ``hipMemcpyFromArray``