SWDEV-479940 - adding hipHostFree in deprecation group in ROCm documentation

Change-Id: I1347b7be9e6e496899f86602372156e320e2c63a
This commit is contained in:
Julia Jiang
2024-10-18 16:41:50 -04:00
committed by Julia Jiang
parent 1d50b9aa2c
commit 7e07826447
+2 -2
View File
@@ -4228,8 +4228,6 @@ hipError_t hipFree(void* ptr);
* This API performs an implicit hipDeviceSynchronize() call.
* If pointer is NULL, the hip runtime is initialized and hipSuccess is returned.
*
* @ingroup MemoryD
*
* @param[in] ptr Pointer to memory to be freed
* @returns #hipSuccess,
* #hipErrorInvalidValue (if pointer is invalid, including device pointers allocated
@@ -4242,6 +4240,8 @@ hipError_t hipFreeHost(void* ptr);
* This API performs an implicit hipDeviceSynchronize() call.
* If pointer is NULL, the hip runtime is initialized and hipSuccess is returned.
*
* @ingroup MemoryD
*
* @param[in] ptr Pointer to memory to be freed
* @returns #hipSuccess,
* #hipErrorInvalidValue (if pointer is invalid, including device pointers allocated with