Skip to content

Commit

Permalink
Fix highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
matyas-streamhpc committed Jun 5, 2024
1 parent 5a41a6e commit f230126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/unified_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Management is presented for comparison.
.. tab-item:: __managed__

.. code-block:: cpp
:emphasize-lines: 10
:emphasize-lines: 9-10
#include <hip/hip_runtime.h>
#include <iostream>
Expand Down Expand Up @@ -276,7 +276,7 @@ Management is presented for comparison.
.. tab-item:: Explicit Memory Management

.. code-block:: cpp
:emphasize-lines: 16-24, 29-30
:emphasize-lines: 17-24, 29-30
#include <hip/hip_runtime.h>
#include <iostream>
Expand Down

0 comments on commit f230126

Please sign in to comment.