Skip to content

Commit 4a93f79

Browse files
author
Mark Saroufim
committed
Disallow Helion autotuning in eval
1 parent 05d42ec commit 4a93f79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

problems/helion/eval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ def run_local():
523523

524524

525525
def main():
526+
os.environ["HELION_DISALLOW_AUTOTUNING"] = "1"
526527
fd = os.getenv("POPCORN_FD")
527528
if not fd:
528529
return run_local()

0 commit comments

Comments
 (0)