SWDEV-470372 - Added hipExtHostAlloc API
This change adds a new HIP API `hipExtHostAlloc` which preserves the functionality of `hipHostMalloc`. Change-Id: I2198ecd7a10a1ceb28b8fd32b16625b1b6d3abaf
This commit is contained in:
@@ -43,8 +43,8 @@ These APIs are now marked as deprecated because there are better alternate inter
|
||||
Memory management
|
||||
============================================================
|
||||
|
||||
* ``hipMallocHost`` (replaced with ``hipHostMalloc``)
|
||||
* ``hipMemAllocHost`` (replaced with ``hipHostMalloc``)
|
||||
* ``hipMallocHost`` (replaced with ``hipHostAlloc``)
|
||||
* ``hipMemAllocHost`` (replaced with ``hipHostAlloc``)
|
||||
* ``hipMemcpyToArray``
|
||||
* ``hipMemcpyFromArray``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user