Skip to content

Commit

Permalink
WIP: supported features table
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjunpark committed Jan 22, 2025
1 parent 28f7ad2 commit 809ebb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conceptual/l2-cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interleaving) which can largely operate independently. Mapping of incoming
requests to a specific L2 channel is determined by a hashing mechanism that
attempts to evenly distribute requests across the L2 channels. Requests that
miss in the L2 cache are passed out to :ref:`Infinity Fabric™ <l2-fabric>` to
be routed to the appropriate memory location. See :cdna3-white-paper:`<9>` for
be routed to the appropriate memory location. See :cdna3-white-paper:`9` for
more information.

The L2 cache metrics reported by ROCm Compute Profiler are broken down into four
Expand Down
13 changes: 13 additions & 0 deletions docs/conceptual/performance-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ to use ROCm Compute Profiler to optimize your code.
For a comparison of AMD Instinct accelerator specifications, refer to
:doc:`Hardware specifications <rocm:reference/gpu-arch-specs>`.

Supported features
==================

.. list-table::
:header-rows: 1

* - Feature
- Support

* - Infinity Cache
- Support


In this chapter, the AMD Instinct performance model used by ROCm Compute Profiler is divided into a handful of
key hardware blocks, each detailed in the following sections:

Expand Down

0 comments on commit 809ebb9

Please sign in to comment.