Skip to content

Commit

Permalink
Merge pull request #3288 from amd-jnovotny/add-find-modes-ref-docs622
Browse files Browse the repository at this point in the history
Cherry-pick to docs/6.2.2: [Doc] Add reference to find modes to the performance database topic (…
  • Loading branch information
amd-jnovotny authored Oct 1, 2024
2 parents 4ff3a66 + bb74927 commit 46e8058
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/conceptual/perfdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ You can override the latter two conditions by enforcing the search using the
``- MIOPEN_FIND_ENFORCE`` environment variable. You can also use this variable to remove values
from User PerfDb, as described in the following section.

To optimize performance, MIOpen provides several find modes to accelerate find API calls.
These modes include:

* normal find
* fast find
* hybrid find
* dynamic hybrid find

For more information about MIOpen find modes, see :ref:`Find modes <find_modes>`.

Using MIOPEN_FIND_ENFORCE
----------------------------------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/how-to/find-and-immediate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ OpenCL). MIOpenGEMM only contains support for FP32.

The HIP backend uses rocBLAS as its fallback path, which contains a more robust set of datatypes.

.. _find_modes:

Find modes
============================================================
Expand Down

0 comments on commit 46e8058

Please sign in to comment.