Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjunpark committed Jan 22, 2025
1 parent e41e8b2 commit d490ba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conceptual/l2-cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on the device. Besides serving requests from the
for servicing requests from the :ref:`L1 instruction caches <desc-l1i>`, the
:ref:`scalar L1 data caches <desc-sL1D>` and the
:doc:`command processor <command-processor>`. The L2 cache is composed of a
number of distinct channels (16 on :ref:`MI300 <mixxx-note>` and 32 on
:ref:`MI200 <mixxx-note>` and MI100 series CDNA accelerators at 256B address
number of distinct channels (16 per XCC on :ref:`MI300 <mixxx-note>`, and 32 on
:ref:`MI200 <mixxx-note>` and older CDNA accelerators at 256B address
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
Expand Down
10 changes: 5 additions & 5 deletions docs/conceptual/shader-engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Scalar L1 data cache (sL1D)
The Scalar L1 Data cache (sL1D) can cache data accessed from scalar load
instructions (and scalar store instructions on architectures where they exist)
from wavefronts in the :doc:`CUs <compute-unit>`. The sL1D is shared between
multiple CUs (:gcn-crash-course:`36`) -- the exact number of CUs depends on the
architecture in question (2 CUs in :ref:`MI300 <mixxx-note>`, 2 CUs in
:ref:`MI200 <mixxx-note>`, and 3 CUs in MI100 and GCN™ GPUs) -- and is
backed by the :doc:`L2 cache <l2-cache>`. See :doc:`Accelerator and GPU
hardware specifications <rocm:reference/gpu-arch-specs>` for more information.
multiple CUs (:gcn-crash-course:`36`). The exact number of CUs depends on the
architecture in question (2 CUs in the :ref:`MI300 and MI200 series
<mixxx-note>` and 3 CUs in MI100 and GCN™ GPUs) and is backed by the :doc:`L2
cache <l2-cache>`. See :doc:`Accelerator and GPU hardware specifications
<rocm:reference/gpu-arch-specs>` for more information.

In typical usage, the data in the sL1D is comprised of:

Expand Down

0 comments on commit d490ba3

Please sign in to comment.