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