Skip to content

Commit

Permalink
Make sure the labels are unique
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
dmitriy-sobolev committed Jun 19, 2024
1 parent 361bc2f commit ff273af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Out-of-Place Example
5 3 3 3 2 1
.. _keys-memory-requirements:
.. _radix-sort-memory-requirements:

-------------------
Memory Requirements
Expand Down Expand Up @@ -305,7 +305,7 @@ The initial configuration may be selected according to these high-level guidelin
.. warning::

Avoid setting too large ``param.data_per_workitem`` and ``param.workgroup_size`` values.
Make sure that :ref:`Memory requirements <keys-memory-requirements>` are satisfied.
Make sure that :ref:`Memory requirements <radix-sort-memory-requirements>` are satisfied.

.. note::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Out-of-Place Example
s o r t e d
.. _pairs-memory-requirements:
.. _radix-sort-by-key-memory-requirements:

-------------------
Memory Requirements
Expand Down Expand Up @@ -346,7 +346,7 @@ The initial configuration may be selected according to these high-level guidelin
.. warning::

Avoid setting too large ``param.data_per_workitem`` and ``param.workgroup_size`` values.
Make sure that :ref:`Memory requirements <pairs-memory-requirements>` are satisfied.
Make sure that :ref:`Memory requirements <radix-sort-by-key-memory-requirements>` are satisfied.

.. note::

Expand Down

0 comments on commit ff273af

Please sign in to comment.