From e2747463d05d6a1e80dfd1b8e1ef3b92df8a0b0d 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 [ROCm/rocprofiler-compute commit: b385b1230ce003c8a08b692250097d1d19174cc0] --- .../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/projects/rocprofiler-compute/docs/tutorial/includes/infinity-fabric-transactions.rst b/projects/rocprofiler-compute/docs/tutorial/includes/infinity-fabric-transactions.rst index b60355bf7b..fd510bd49d 100644 --- a/projects/rocprofiler-compute/docs/tutorial/includes/infinity-fabric-transactions.rst +++ b/projects/rocprofiler-compute/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/projects/rocprofiler-compute/docs/tutorial/includes/occupancy-limiters-example.rst b/projects/rocprofiler-compute/docs/tutorial/includes/occupancy-limiters-example.rst index 3242545338..bd8129d120 100644 --- a/projects/rocprofiler-compute/docs/tutorial/includes/occupancy-limiters-example.rst +++ b/projects/rocprofiler-compute/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