Initial project scaffold
This commit is contained in:
8
tools/run_all_benchmarks.sh
Executable file
8
tools/run_all_benchmarks.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
python bench/bench_vector_add.py "$@"
|
||||
python bench/bench_softmax.py "$@"
|
||||
python bench/bench_matmul.py "$@"
|
||||
python bench/bench_attention.py "$@"
|
||||
|
||||
Reference in New Issue
Block a user