SWDEV-470372 - Un-deprecate hipHostAlloc, comply with cuda and introduce hipHostAlloc flags

Change-Id: Ic7cdb10ebd3f736fe87c643bce90a28a1190f7c8
This commit is contained in:
Ioannis Assiouras
2024-08-12 20:55:55 +01:00
parent 0facebc71d
commit e73376be0b
3 changed files with 34 additions and 8 deletions
-1
View File
@@ -45,7 +45,6 @@ Memory management
* ``hipMallocHost`` (replaced with ``hipHostMalloc``)
* ``hipMemAllocHost`` (replaced with ``hipHostMalloc``)
* ``hipFreeHost`` (replaced with ``hipHostFree``)
* ``hipMemcpyToArray``
* ``hipMemcpyFromArray``