Amend the Fix reference links in tutorial includes files commit (#398)

Signed-off-by: Jeffrey Novotny <jnovotny@amd.com>
This commit is contained in:
Jeffrey Novotny
2024-08-08 08:22:04 -04:00
committed by David Galiffi
parent 6cea66edaf
commit b385b1230c
2 changed files with 2 additions and 2 deletions
@@ -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:
@@ -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