We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab78b89 commit 6ba8ef9Copy full SHA for 6ba8ef9
1 file changed
helion/runtime/settings.py
@@ -237,7 +237,7 @@ def default_autotuner_fn(
237
from ..autotuner import cache_classes
238
from ..autotuner import search_algorithms
239
240
- autotuner_name = os.environ.get("HELION_AUTOTUNER", "LFBOPatternSearch")
+ autotuner_name = _env_get_str("HELION_AUTOTUNER", "LFBOPatternSearch")
241
autotuner_cls = search_algorithms.get(autotuner_name)
242
if autotuner_cls is None:
243
raise ValueError(
0 commit comments