SWDEV-483134 - Reverted the deprecation of hipHostMalloc/hipHostFree
Change-Id: I550cdcf8b20bbafa5569be69dfb1e26d4fdb1ad4
This commit is contained in:
committed by
Rakesh Roy
parent
5502f89189
commit
5f2d2d109c
@@ -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``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user