SWDEV-468257 - Un-deprecate hipHostAlloc()

Change-Id: I5cc820d9b2d9c592009b04cd7702c11d46590863
This commit is contained in:
Branislav Brzak
2024-06-18 05:23:27 -07:00
committato da Branislav Brzak
parent 8c51dc9438
commit 91db702b8c
2 ha cambiato i file con 0 aggiunte e 4 eliminazioni
@@ -45,7 +45,6 @@ Memory management
* ``hipMallocHost`` (replaced with ``hipHostMalloc``)
* ``hipMemAllocHost`` (replaced with ``hipHostMalloc``)
* ``hipHostAlloc`` (replaced with ``hipHostMalloc``)
* ``hipFreeHost`` (replaced with ``hipHostFree``)
* ``hipMemcpyToArray``
* ``hipMemcpyFromArray``
-3
Vedi File
@@ -3773,10 +3773,7 @@ hipError_t hipMemPoolImportPointer(
* If size is 0, no memory is allocated, *ptr returns nullptr, and hipSuccess is returned.
*
* @return #hipSuccess, #hipErrorOutOfMemory
*
* @warning This API is deprecated, use hipHostMalloc() instead
*/
DEPRECATED("use hipHostMalloc instead")
hipError_t hipHostAlloc(void** ptr, size_t size, unsigned int flags);
/**
* @brief Get Device pointer from Host Pointer allocated through hipHostMalloc