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

Change-Id: I1347b7be9e6e496899f86602372156e320e2c63a
Bu işleme şunda yer alıyor:
Julia Jiang
2024-10-18 16:41:50 -04:00
işlemeyi yapan: Julia Jiang
ebeveyn 1d50b9aa2c
işleme 7e07826447
+2 -2
Dosyayı Görüntüle
@@ -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