Skip to content

Commit

Permalink
add build big bird into the build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Sep 11, 2024
1 parent f2f45e5 commit 388fa4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions artifacts/run_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 388fa4a

Please sign in to comment.