Skip to content
18 changes: 15 additions & 3 deletions docs/13_rajaperf/rajaperf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ This generates throughput curve files for ``Base_HIP`` and ``RAJA_HIP``
variants of each kernel and summarizes the FOM (described in
:ref:`rajaperf_fom-label`) in a CSV file. These files will be located in the
directory specified via the ``--output-dir`` option above. We include
the files generated by the ``process_data.py`` script ` here <https://github.com/llnl/benchmarks/tree/develop/docs/13_rajaperf/baseline_data/RPBenchmark_MI300A_tier1-SPX`_.
the files generated by the ``process_data.py`` script in this repo in the
directory ``./docs/13_rajaperf/baseline_data/RPBenchmark_MI300A_tier1-SPX``.

.. csv-table:: FOM results for Priority 1 kernels run on MI300A in SPX mode
:file: ./baseline_data/RPBenchmark_MI300A_tier1-SPX/FOM/combined_fom.csv
Expand All @@ -462,6 +463,9 @@ as the appropriate metric to consider.
:widths: auto
:header-rows: 1

The baseline data files for Priority 2 kernels run on the MI300A architecture in
SPX mode are in this repo in the directory ``./docs/13_rajaperf/baseline_data/RPBenchmark_MI300A_tier1-SPX``.

CPX mode (Priority 1)
^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -499,7 +503,8 @@ This generates throughput curve files for ``Base_HIP`` and ``RAJA_HIP``
variants of each kernel and summarizes the FOM (described in
:ref:`rajaperf_fom-label`) in a CSV file. These files will be located in the
directory specified by via the ``--output-dir`` option above. We include
the files generated by the ``process_data.py`` script ` here <https://github.com/llnl/benchmarks/tree/develop/docs/13_rajaperf/baseline_data/RPBenchmark_MI300A_tier1-CPX`_.
the files generated by the ``process_data.py`` script in this repo in the
directory ``./docs/13_rajaperf/baseline_data/RPBenchmark_MI300A_tier1-CPX``.

.. csv-table:: FOM results for Priority 1 kernels run on MI300A in CPX mode
:file: ./baseline_data/RPBenchmark_MI300A_tier1-CPX/FOM/combined_fom.csv
Expand All @@ -524,6 +529,9 @@ as the appropriate metric to consider.
:widths: auto
:header-rows: 1

The baseline data files for Priority 2 kernels run on this MI300A architecture in
CPX mode are in this repo in the directory ``./docs/13_rajaperf/baseline_data/RPBenchmark_MI300A_tier1-CPX``.

AMD MI300A throughput plots (Priority 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -647,7 +655,8 @@ This generates throughput curve files for ``Base_HIP`` and ``RAJA_HIP``
variants of each kernel and summarizes the FOM (described in
:ref:`rajaperf_fom-label`) in a CSV file. These files will be located in the
directory specified by via the ``--output-dir`` option above. We include
the files generated by the ``process_data.py`` script ` here <https://github.com/llnl/benchmarks/tree/develop/docs/13_rajaperf/baseline_data/RPBenchmark_H100_tier1`_.
the files generated by the ``process_data.py`` script in this repo in the
directory ``./docs/13_rajaperf/baseline_data/RPBenchmark_H100_tier1``.

.. csv-table:: FOM results for Priority 1 kernels run on H100
:file: ./baseline_data/RPBenchmark_H100_tier1/FOM/combined_fom.csv
Expand All @@ -672,6 +681,9 @@ as the appropriate metric to consider.
:widths: auto
:header-rows: 1

The baseline data files for Priority 2 kernels run on the H100 architecture
are in this repo in the directory ``./docs/13_rajaperf/baseline_data/RPBenchmark_H100_tier2-SPX``.

NVIDIA H100 throughput plots (Priority 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
Loading