Skip to content

Commit 07f779e

Browse files
randyh62jujiang-del
andcommitted
Update docs/how-to/hip_runtime_api/memory_management/host_memory.rst
Co-authored-by: Julia Jiang <[email protected]>
1 parent 6f9cee1 commit 07f779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/hip_runtime_api/memory_management/host_memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ C++ application.
109109
also provides non-blocking versions :cpp:func:`hipMallocAsync` and
110110
:cpp:func:`hipFreeAsync`, which require a stream as an additional argument.
111111
For asynchronous memory allocations made with ``hipMallocAsync`` and ``hipMallocFromPoolAsync``
112-
``hipFree`` does not wait for synchronization, to match the behavior of ``cudaFree``.
112+
``hipFree`` does not implicitly wait for synchronization, to match the behavior of ``cudaFree``.
113113

114114
.. _pinned_host_memory:
115115

0 commit comments

Comments
 (0)