You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the autotuner precompile mode, which adds parallelism and
121
-
checks for errors/timeouts. ``"spawn"`` (default) runs kernel
122
-
warm-up in a fresh process including running to check for errors,
123
-
``"fork"`` is faster but does not include the error check run,
124
-
or None to disables precompile checks altogether. Controlled by
121
+
checks for errors/timeouts. ``"fork"`` (default) is faster but does
122
+
not include the error check run, ``"spawn"`` runs kernel warm-up in a
123
+
fresh process including running to check for errors, or None to
124
+
disables precompile checks altogether. Controlled by
125
125
``HELION_AUTOTUNE_PRECOMPILE``.
126
126
127
127
.. autoattribute:: Settings.autotune_random_seed
@@ -240,7 +240,7 @@ Built-in values for ``HELION_AUTOTUNER`` include ``"PatternSearch"``, ``"Differe
240
240
|``HELION_DISALLOW_AUTOTUNING``|``check_autotuning_disabled``| Hard-disable autotuning; kernels must supply explicit configs when this is ``1``. |
241
241
|``HELION_AUTOTUNE_COMPILE_TIMEOUT``|``autotune_compile_timeout``| Maximum seconds to wait for Triton compilation during autotuning. |
242
242
|``HELION_AUTOTUNE_LOG_LEVEL``|``autotune_log_level``| Adjust logging verbosity; accepts names like ``INFO`` or numeric levels. |
243
-
|``HELION_AUTOTUNE_PRECOMPILE``|``autotune_precompile``| Select the autotuner precompile mode (``"spawn"``, ``"fork"``, or disable when empty). |
243
+
|``HELION_AUTOTUNE_PRECOMPILE``|``autotune_precompile``| Select the autotuner precompile mode (``"fork"`` (default), ``"spawn"``, or disable when empty). |
244
244
|``HELION_AUTOTUNE_PRECOMPILE_JOBS``|``autotune_precompile_jobs``| Cap the number of concurrent Triton precompile subprocesses. |
245
245
|``HELION_AUTOTUNE_RANDOM_SEED``|``autotune_random_seed``| Seed used for randomized autotuning searches. |
246
246
|``HELION_AUTOTUNE_MAX_GENERATIONS``|``autotune_max_generations``| Upper bound on generations for Pattern Search and Differential Evolution. |
0 commit comments