From 4242b9874e6e5aeda90fc3eeaebb605d00edd050 Mon Sep 17 00:00:00 2001 From: chenyu Date: Wed, 11 Jun 2025 18:10:31 -0700 Subject: [PATCH] remove AMD_LLVM=0 in mlperf and search ci (#10785) tinybox updated to llvm 20 --- .github/workflows/benchmark_search.yml | 4 ++-- .github/workflows/mlperf.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark_search.yml b/.github/workflows/benchmark_search.yml index 319cf7c3b7..df3055ba86 100644 --- a/.github/workflows/benchmark_search.yml +++ b/.github/workflows/benchmark_search.yml @@ -21,10 +21,10 @@ jobs: - name: Run SDXL with new search # TODO: GCVM_L2_PROTECTION_FAULT_STATUS with llvm19 run: | - BENCHMARK_LOG=search_sdxl PYTHONPATH=. AMD=1 AMD_LLVM=0 JITBEAM=2 IGNORE_BEAM_CACHE=1 DISABLE_COMPILER_CACHE=1 python examples/sdxl.py --noshow --timing --seed 0 + BENCHMARK_LOG=search_sdxl PYTHONPATH=. AMD=1 JITBEAM=2 IGNORE_BEAM_CACHE=1 DISABLE_COMPILER_CACHE=1 python examples/sdxl.py --noshow --timing --seed 0 - name: Run SDXL with cached search run: | - BENCHMARK_LOG=search_sdxl_cached PYTHONPATH=. AMD=1 AMD_LLVM=0 JITBEAM=2 python examples/sdxl.py --noshow --timing --seed 0 + BENCHMARK_LOG=search_sdxl_cached PYTHONPATH=. AMD=1 JITBEAM=2 python examples/sdxl.py --noshow --timing --seed 0 - name: Run winograd cifar with new search run: | BENCHMARK_LOG=search_wino_cifar WINO=1 DEFAULT_FLOAT=HALF FUSE_ARANGE=1 JITBEAM=4 IGNORE_BEAM_CACHE=1 DISABLE_COMPILER_CACHE=1 BS=1024 STEPS=500 python examples/hlb_cifar10.py diff --git a/.github/workflows/mlperf.yml b/.github/workflows/mlperf.yml index 1ef2c2864e..66f09fd881 100644 --- a/.github/workflows/mlperf.yml +++ b/.github/workflows/mlperf.yml @@ -25,5 +25,5 @@ jobs: - name: Run resnet run: | rm "~/.cache/tinygrad/cache_mlperf.db" || true - BENCHMARK_LOG=mlpert_train_resnet LOGMLPERF=0 AMD_LLVM=0 CACHEDB="~/.cache/tinygrad/cache_mlperf.db" examples/mlperf/training_submission_v5.1/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh + BENCHMARK_LOG=mlpert_train_resnet LOGMLPERF=0 CACHEDB="~/.cache/tinygrad/cache_mlperf.db" examples/mlperf/training_submission_v5.1/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh rm "~/.cache/tinygrad/cache_mlperf.db" \ No newline at end of file