Skip to content

Commit 8442721

Browse files
authored
Always clear inductor cache before benchmark (#608)
1 parent 3d5b641 commit 8442721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
111111
- name: Run Benchmark
112112
run: |
113+
rm -rf /tmp/torchinductor_*/ || true
114+
113115
source .venv/bin/activate
114116
115117
KERNELS=("softmax" "geglu" "swiglu" "jsd" "welford" "kl_div" "int4_gemm" "layer_norm" "rms_norm" "cross_entropy")

0 commit comments

Comments
 (0)