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>
Signed-off-by: xuchen-amd <xuchen@amd.com>
  • Loading branch information
amd-jnovotny authored and xuchen-amd committed Oct 17, 2024
1 parent 4c1948a commit 06e08b6
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 06e08b6

Please sign in to comment.