Merge branch 'ae' into ae-hopper
This commit is contained in:
@@ -30,7 +30,6 @@ for arch in "${archs[@]}"; do
|
|||||||
git pull
|
git pull
|
||||||
|
|
||||||
# re-compile libvortexrt.a
|
# re-compile libvortexrt.a
|
||||||
# FIXME after restructure
|
|
||||||
pushd ../../lib
|
pushd ../../lib
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
@@ -40,6 +39,7 @@ for arch in "${archs[@]}"; do
|
|||||||
# touch source file to force re-building, as the Makefile does not track
|
# touch source file to force re-building, as the Makefile does not track
|
||||||
# binary changes
|
# binary changes
|
||||||
touch kernel.cpp
|
touch kernel.cpp
|
||||||
|
touch kernel.gemmini.cpp
|
||||||
|
|
||||||
make CONFIG=flash.$arch.seqlen1024.headdim64
|
make CONFIG=flash.$arch.seqlen1024.headdim64
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
git checkout ae-hopper
|
git checkout ae-hopper
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
# re-compile libvortexrt.a
|
||||||
|
pushd ../../lib
|
||||||
|
make
|
||||||
|
popd
|
||||||
|
|
||||||
if [ ! -f input.a.rand01.fp16.m256n256k256.row.bin ]; then
|
if [ ! -f input.a.rand01.fp16.m256n256k256.row.bin ]; then
|
||||||
echo "input binaries not found, generating operands"
|
echo "input binaries not found, generating operands"
|
||||||
python3 generate_operands.py
|
python3 generate_operands.py
|
||||||
|
|||||||
@@ -56,7 +56,6 @@ for arch in "${archs[@]}"; do
|
|||||||
git pull
|
git pull
|
||||||
|
|
||||||
# re-compile libvortexrt.a
|
# re-compile libvortexrt.a
|
||||||
# FIXME after restructure
|
|
||||||
pushd ../../lib
|
pushd ../../lib
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user