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:
Ioannis Assiouras
2024-08-01 00:56:19 +01:00
parent 2b362353f6
commit 83511e0159
3 changed files with 95 additions and 28 deletions
+2 -2
View File
@@ -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``