From 7e07826447ecc4211f1a0dfaf594654d8c84d00c Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Fri, 18 Oct 2024 16:41:50 -0400 Subject: [PATCH] SWDEV-479940 - adding hipHostFree in deprecation group in ROCm documentation Change-Id: I1347b7be9e6e496899f86602372156e320e2c63a --- include/hip/hip_runtime_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 9bdf9083c1..c7376494db 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -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