From bb749275a274556476b26b7d2416bdc181df839b Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Tue, 1 Oct 2024 14:25:59 -0400 Subject: [PATCH] [Doc] Add reference to find modes to the performance database topic (#3280) * Add reference to find modes to the performance database topic * Feedback from internal review * Fix punctuation --- docs/conceptual/perfdb.rst | 10 ++++++++++ docs/how-to/find-and-immediate.rst | 1 + 2 files changed, 11 insertions(+) diff --git a/docs/conceptual/perfdb.rst b/docs/conceptual/perfdb.rst index 3ecb3c2a5a..b41a944fa4 100644 --- a/docs/conceptual/perfdb.rst +++ b/docs/conceptual/perfdb.rst @@ -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 `. + Using MIOPEN_FIND_ENFORCE ---------------------------------------------------------------------------------------------------------- diff --git a/docs/how-to/find-and-immediate.rst b/docs/how-to/find-and-immediate.rst index d94eb01a55..70e4198c66 100644 --- a/docs/how-to/find-and-immediate.rst +++ b/docs/how-to/find-and-immediate.rst @@ -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 ============================================================