Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matyas-streamhpc authored and neon60 committed Sep 16, 2024
1 parent 3941180 commit cb79eb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/reference/deprecated_api_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb79eb5

Please sign in to comment.