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 9c57ed3 commit 09382b0Copy full SHA for 09382b0
benchmarks/run.py
@@ -422,7 +422,7 @@ def helion_method(
422
# This ensures we run autotuning even if the kernel has pre-specified configs
423
if os.environ.get("HELION_USE_DEFAULT_CONFIG", "0") != "1":
424
attr.settings.force_autotune = True
425
- attr.settings.static_shape = True # pyright: ignore[reportAttributeAccessIssue]
+ attr.settings.static_shapes = True # pyright: ignore[reportAttributeAccessIssue]
426
427
def _inner() -> Callable[..., Any] | object:
428
# BENCHMARK HOT PATH, do not add any new logic here
0 commit comments