Skip to content

Commit

Permalink
[Doc] Add reference to find modes to the performance database topic (#…
Browse files Browse the repository at this point in the history
…3280)

* Add reference to find modes to the performance database topic

* Feedback from internal review

* Fix punctuation
  • Loading branch information
amd-jnovotny authored Oct 1, 2024
1 parent 93cfc7b commit ca74863
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 ca74863

Please sign in to comment.