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
orang tua 2b362353f6
melakukan 83511e0159
3 mengubah file dengan 95 tambahan dan 28 penghapusan
+2 -2
Melihat 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``