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

Signed-off-by: Jeffrey Novotny <jnovotny@amd.com>

[ROCm/rocprofiler-compute commit: b385b1230c]
This commit is contained in:
Jeffrey Novotny
2024-08-08 08:22:04 -04:00
committad av David Galiffi
förälder 2b431020ac
incheckning e2747463d0
2 ändrade filer med 2 tillägg och 2 borttagningar
@@ -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