From 71f713b9fc56b59e4dfaad96cd6de91884f3b322 Mon Sep 17 00:00:00 2001 From: Virgo-AE Eval Date: Fri, 7 Feb 2025 14:48:56 -0800 Subject: [PATCH] Disable git pull for archive Only use local refs in the archive for reproducibility. --- kernels/flash_attention/compile_flash.sh | 2 +- kernels/sgemm_gemmini_dma/compile_virgo.sh | 2 +- kernels/sgemm_tcore/compile_tcore.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernels/flash_attention/compile_flash.sh b/kernels/flash_attention/compile_flash.sh index 42a53e07..4213920a 100755 --- a/kernels/flash_attention/compile_flash.sh +++ b/kernels/flash_attention/compile_flash.sh @@ -27,7 +27,7 @@ ln -sf input.c.rand.fp32.seqlen1024headdim64.row.bin input.c.bin for arch in "${archs[@]}"; do git checkout ae-flash-$arch - git pull + # git pull # re-compile libvortexrt.a pushd ../../lib diff --git a/kernels/sgemm_gemmini_dma/compile_virgo.sh b/kernels/sgemm_gemmini_dma/compile_virgo.sh index b38c13f2..1f2e3f34 100755 --- a/kernels/sgemm_gemmini_dma/compile_virgo.sh +++ b/kernels/sgemm_gemmini_dma/compile_virgo.sh @@ -2,7 +2,7 @@ # hopper and virgo has the same SIMT configurations git checkout ae-hopper -git pull +# git pull # re-compile libvortexrt.a pushd ../../lib diff --git a/kernels/sgemm_tcore/compile_tcore.sh b/kernels/sgemm_tcore/compile_tcore.sh index 492ac53b..74f890aa 100755 --- a/kernels/sgemm_tcore/compile_tcore.sh +++ b/kernels/sgemm_tcore/compile_tcore.sh @@ -53,7 +53,7 @@ done for arch in "${archs[@]}"; do git checkout ae-$arch - git pull + # git pull # re-compile libvortexrt.a pushd ../../lib