Skip to content

Commit

Permalink
impr internal linking and fix sphinx warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jun Park <[email protected]>
  • Loading branch information
peterjunpark committed Jul 18, 2024
1 parent d32280c commit 7e8b254
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 314 deletions.
4 changes: 4 additions & 0 deletions docs/conceptual/local-data-share.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Local data share (LDS)
**********************

.. _lds-sol:

LDS Speed-of-Light
==================

Expand Down Expand Up @@ -77,6 +79,8 @@ the LDS as a comparison with the peak achievable values of those metrics.
(specifically: 96.875%), as the first cycle in the
:ref:`LDS scheduler <desc-lds>` is never considered contended.
.. _lds-stats:

Statistics
==========

Expand Down
2 changes: 2 additions & 0 deletions docs/conceptual/pipeline-metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@ and instruction issue.
omitted for simplicity, but may result in small amounts of branch utilization
(less than 1%) for otherwise branch-less kernels.

.. _arithmetic-operations:

Arithmetic operations
---------------------

Expand Down
6 changes: 6 additions & 0 deletions docs/conceptual/shader-engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ cache as a comparison with the peak achievable values of those metrics:

- Percent

.. _desc-sl1d-stats:

Scalar L1D cache accesses
-------------------------

Expand Down Expand Up @@ -206,6 +208,8 @@ and the hit/miss statistics.

- Requests per normalization unit

.. _desc-sl1d-l2-interface:

sL1D ↔ L2 Interface
-------------------

Expand Down Expand Up @@ -348,6 +352,8 @@ metrics:

- Cycles

.. _desc-l1i-stats:

L1I cache accesses
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/analyze/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following is a look into Omniperf's CLI analysis features.

* **Derived metrics**: All of Omniperf's built-in metrics.

* :ref:`Baseline comparison <analyis-baseline-comparison>`: Compare multiple
* :ref:`Baseline comparison <analysis-baseline-comparison>`: Compare multiple
runs in a side-by-side manner.

* :ref:`Metric customization <cli-analysis-options>`: Isolate a subset of
Expand Down
Loading

0 comments on commit 7e8b254

Please sign in to comment.