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

Change-Id: I1347b7be9e6e496899f86602372156e320e2c63a


[ROCm/hip commit: 7e07826447]
Αυτή η υποβολή περιλαμβάνεται σε:
Julia Jiang
2024-10-18 16:41:50 -04:00
υποβλήθηκε από Julia Jiang
γονέας 47a90973fe
υποβολή 9a816228fb
@@ -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