Skip to content

Commit 388fa4a

Browse files
committed
add build big bird into the build script.
1 parent f2f45e5 commit 388fa4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

artifacts/run_build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ make 2>&1 | tee -a build.log
4141
cd $root_dir
4242
cd "$benchmark_dir/multi-head_attention/fractaltensor/"
4343
make 2>&1 | tee -a build.log
44+
45+
# build the bigbird attention benchmark
46+
cd $root_dir
47+
cd "$benchmark_dir/blocked_sparse_attention/fractaltensor"
48+
make 2>&1 | tee -a build.log

0 commit comments

Comments
 (0)