From ea3bc2f509bf124f024401cb7d819de751055dfd Mon Sep 17 00:00:00 2001 From: Yixiang Gao Date: Wed, 3 Jan 2024 10:46:43 -0800 Subject: [PATCH] remove wino benchmark for now --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f920775352..2c863299e7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -134,10 +134,10 @@ jobs: - name: Run 10 CIFAR training steps run: STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar.txt # TODO: make wino faster so we can enable both - # - 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 winograd + run: WINO=0 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=0 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino_half_hip.txt - uses: actions/upload-artifact@v3 with: name: Speed (AMD)