From 54cdba57e76dd9ebfeea8ebfb56d99ff4e279c27 Mon Sep 17 00:00:00 2001 From: Yixiang Gao Date: Tue, 2 Jan 2024 14:21:06 -0800 Subject: [PATCH] mend --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 697f56f8..346cb0f0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -135,7 +135,7 @@ jobs: # - name: Run 10 CIFAR training steps w winograd # run: WINO=1 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino.txt - name: Run 10 CIFAR training steps w WINO/HALF/HIP - run: HALF=1 HIP=1 WINO=1 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino_half_hip.txt + run: HALF=1 HIP=1 WINO=1 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino_half_hip.txt - uses: actions/upload-artifact@v3 with: name: Speed (AMD)