From 08feabf9542966c235c7a567599f58493f7f682f Mon Sep 17 00:00:00 2001 From: Jongsok Choi Date: Fri, 3 Oct 2025 16:49:24 -0700 Subject: [PATCH] Add Pattern Search autotuning algorithm to docs. --- docs/api/autotuner.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/autotuner.md b/docs/api/autotuner.md index ddd87492f..5761598f2 100644 --- a/docs/api/autotuner.md +++ b/docs/api/autotuner.md @@ -25,6 +25,13 @@ The `helion.autotuner` module provides automatic optimization of kernel configur The autotuner supports multiple search strategies: +### Pattern Search + +```{eval-rst} +.. automodule:: helion.autotuner.pattern_search + :members: +``` + ### Differential Evolution ```{eval-rst}