We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9cee1 commit 07f779eCopy full SHA for 07f779e
docs/how-to/hip_runtime_api/memory_management/host_memory.rst
@@ -109,7 +109,7 @@ C++ application.
109
also provides non-blocking versions :cpp:func:`hipMallocAsync` and
110
:cpp:func:`hipFreeAsync`, which require a stream as an additional argument.
111
For asynchronous memory allocations made with ``hipMallocAsync`` and ``hipMallocFromPoolAsync``
112
- ``hipFree`` does not wait for synchronization, to match the behavior of ``cudaFree``.
+ ``hipFree`` does not implicitly wait for synchronization, to match the behavior of ``cudaFree``.
113
114
.. _pinned_host_memory:
115
0 commit comments