Skip to content

Commit

Permalink
Amend the Fix reference links in tutorial includes files commit (ROCm…
Browse files Browse the repository at this point in the history
…#398)

Signed-off-by: Jeffrey Novotny <jnovotny@amd.com>
  • Loading branch information
amd-jnovotny committed Aug 8, 2024
1 parent f04d86b commit b02e9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/includes/infinity-fabric-transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Experiment 5: Coarse-grained, CPU-DRAM reads
----------------------------------------------

In our next fabric experiment, we change our CPU memory allocation to be
`coarse-grained <Mtype>`__. We accomplish this by passing the
:ref:`coarse-grained <memory-type>`. We accomplish this by passing the
``hipHostMalloc`` API the ``hipHostMallocNonCoherent`` flag, to mark the
allocation as coarse-grained:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/includes/occupancy-limiters-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ SGPR limited
------------

Finally, we modify our kernel once more to make it limited by
`SGPRs <salu>`__:
:ref:`SGPRs <desc-salu>`:

.. code-block:: cpp
Expand Down

0 comments on commit b02e9bb

Please sign in to comment.