Merge branch 'ae' into ae-volta

This commit is contained in:
Richard Yan
2025-01-29 23:31:34 -08:00

View File

@@ -42,11 +42,11 @@ check_exists() {
} }
for arch in "${archs[@]}"; do for arch in "${archs[@]}"; do
git checkout kernels-asplos-ae-$arch git checkout ae-$arch
# re-compile libvortexrt.a # re-compile libvortexrt.a
# FIXME after restructure # FIXME after restructure
pushd ../../../kernel pushd ../../libs
make make
popd popd