SWDEV-483134 - Deprecate hipHostMalloc and hipHostFree APIs

Change-Id: I55432d34ea7e9357e6528089cf38addcb5b22ddf
This commit is contained in:
Ioannis Assiouras
2024-09-06 10:21:40 +01:00
parent cda9c38b8f
commit d8906fa045
2 changed files with 51 additions and 36 deletions
+2
View File
@@ -45,6 +45,8 @@ Memory management
* ``hipMallocHost`` (replaced with ``hipHostAlloc``)
* ``hipMemAllocHost`` (replaced with ``hipHostAlloc``)
* ``hipHostMalloc`` (replaced with ``hipExtHostAlloc``)
* ``hipHostFree`` (replaced with ``hipFreeHost``)
* ``hipMemcpyToArray``
* ``hipMemcpyFromArray``