Merge branch 'ae' into ae-hopper

This commit is contained in:
Hansung Kim
2025-01-30 01:48:09 -08:00
3 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +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
# re-compile libvortexrt.a
# FIXME after restructure

View File

@@ -1,5 +1,9 @@
#!/bin/sh
# hopper and virgo has the same SIMT configurations
git checkout ae-hopper
git pull
if [ ! -f input.a.rand01.fp16.m256n256k256.row.bin ]; then
echo "input binaries not found, generating operands"
python3 generate_operands.py

View File

@@ -53,6 +53,7 @@ done
for arch in "${archs[@]}"; do
git checkout ae-$arch
git pull
# re-compile libvortexrt.a
# FIXME after restructure