Skip to content

Commit 27fea44

Browse files
committed
set static_shapes = True
1 parent 70435f8 commit 27fea44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def helion_method(
418418
# This ensures we run autotuning even if the kernel has pre-specified configs
419419
if os.environ.get("HELION_USE_DEFAULT_CONFIG", "0") != "1":
420420
attr.settings.force_autotune = True
421+
attr.settings.static_shapes = True
421422

422423
def _inner() -> Callable[..., Any] | object:
423424
# BENCHMARK HOT PATH, do not add any new logic here

0 commit comments

Comments
 (0)