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 70435f8 commit 27fea44Copy full SHA for 27fea44
benchmarks/run.py
@@ -418,6 +418,7 @@ def helion_method(
418
# This ensures we run autotuning even if the kernel has pre-specified configs
419
if os.environ.get("HELION_USE_DEFAULT_CONFIG", "0") != "1":
420
attr.settings.force_autotune = True
421
+ attr.settings.static_shapes = True
422
423
def _inner() -> Callable[..., Any] | object:
424
# BENCHMARK HOT PATH, do not add any new logic here
0 commit comments