Skip to content

Commit 8227254

Browse files
author
Mark Saroufim
committed
disable cute dsl cache
1 parent 64137f6 commit 8227254

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

problems/nvidia/eval_better_bench.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
import os
77
import sys
88
import math
9+
10+
# Disable CuTe DSL file caching for more stable benchmarking
11+
os.environ["CUTE_DSL_DISABLE_FILE_CACHING"] = "True"
12+
913
from pathlib import Path
1014
from typing import Any, Optional
1115

0 commit comments

Comments
 (0)