From 388fa4a56872fe00039ffb51b053b97ae8a6fa7c Mon Sep 17 00:00:00 2001 From: "lcy.seso" Date: Wed, 11 Sep 2024 08:12:29 +0000 Subject: [PATCH] add build big bird into the build script. --- artifacts/run_build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/artifacts/run_build.sh b/artifacts/run_build.sh index a7fd307e5..2115e2674 100755 --- a/artifacts/run_build.sh +++ b/artifacts/run_build.sh @@ -41,3 +41,8 @@ make 2>&1 | tee -a build.log cd $root_dir cd "$benchmark_dir/multi-head_attention/fractaltensor/" make 2>&1 | tee -a build.log + +# build the bigbird attention benchmark +cd $root_dir +cd "$benchmark_dir/blocked_sparse_attention/fractaltensor" +make 2>&1 | tee -a build.log