Skip to content

Commit 09382b0

Browse files
committed
set static_shapes = True
1 parent 9c57ed3 commit 09382b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def helion_method(
422422
# This ensures we run autotuning even if the kernel has pre-specified configs
423423
if os.environ.get("HELION_USE_DEFAULT_CONFIG", "0") != "1":
424424
attr.settings.force_autotune = True
425-
attr.settings.static_shape = True # pyright: ignore[reportAttributeAccessIssue]
425+
attr.settings.static_shapes = True # pyright: ignore[reportAttributeAccessIssue]
426426

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

0 commit comments

Comments
 (0)