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 ca3f4d6 commit 4e2f2c9Copy full SHA for 4e2f2c9
benchmarks/run.py
@@ -403,7 +403,7 @@ def helion_method(
403
# This ensures we run autotuning even if the kernel has pre-specified configs
404
if os.environ.get("HELION_USE_DEFAULT_CONFIG", "0") != "1":
405
attr.settings.force_autotune = True
406
- attr.settings.static_shape = True
+ attr.settings.static_shape = True # pyright: ignore[reportAttributeAccessIssue]
407
408
def _inner() -> Callable[..., Any] | object:
409
# BENCHMARK HOT PATH, do not add any new logic here
0 commit comments