From b02e9bb1cbb7db0775043b5058e3130903cc9548 Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Thu, 8 Aug 2024 08:22:04 -0400 Subject: [PATCH] Amend the Fix reference links in tutorial includes files commit (#398) Signed-off-by: Jeffrey Novotny --- docs/tutorial/includes/infinity-fabric-transactions.rst | 2 +- docs/tutorial/includes/occupancy-limiters-example.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/includes/infinity-fabric-transactions.rst b/docs/tutorial/includes/infinity-fabric-transactions.rst index b60355bf7..fd510bd49 100644 --- a/docs/tutorial/includes/infinity-fabric-transactions.rst +++ b/docs/tutorial/includes/infinity-fabric-transactions.rst @@ -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 `__. We accomplish this by passing the +:ref:`coarse-grained `. We accomplish this by passing the ``hipHostMalloc`` API the ``hipHostMallocNonCoherent`` flag, to mark the allocation as coarse-grained: diff --git a/docs/tutorial/includes/occupancy-limiters-example.rst b/docs/tutorial/includes/occupancy-limiters-example.rst index 324254533..bd8129d12 100644 --- a/docs/tutorial/includes/occupancy-limiters-example.rst +++ b/docs/tutorial/includes/occupancy-limiters-example.rst @@ -303,7 +303,7 @@ SGPR limited ------------ Finally, we modify our kernel once more to make it limited by -`SGPRs `__: +:ref:`SGPRs `: .. code-block:: cpp