diff --git a/docs/reference/deprecated_api_list.rst b/docs/reference/deprecated_api_list.rst index caae4d5c2b..d2339717b5 100644 --- a/docs/reference/deprecated_api_list.rst +++ b/docs/reference/deprecated_api_list.rst @@ -45,14 +45,18 @@ Memory management ============================================================ .. list-table:: Deprecated memory management functions since ROCm 1.6.0 - :widths: 40 + :widths: 40, 60 :header-rows: 1 :align: left * - function + - * - :cpp:func:`hipMallocHost` + - replaced with :cpp:func:`hipHostMalloc` * - :cpp:func:`hipMemAllocHost` + - replaced with :cpp:func:`hipHostMalloc` * - :cpp:func:`hipFreeHost` + - replaced with :cpp:func:`hipHostFree` .. list-table:: Deprecated memory management functions since ROCm 3.8.0 :widths: 40