Skip to content

Commit

Permalink
Update docs/tutorials/cooperative_groups_tutorial.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Paoletti <[email protected]>
  • Loading branch information
neon60 and lpaoletti authored Jun 7, 2024
1 parent d225148 commit a0ef6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/cooperative_groups_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ You can save the device result to host side ``std::vector`` with ``hipMemcpy()``
6. Free the global memory
~~~~~~~~~~~~~~~~~~~~~~~~~

Always clean up the global memory at the end of the application.
Always clean up the global memory when the application is finished.

.. code-block:: cpp
Expand Down

0 comments on commit a0ef6ae

Please sign in to comment.