Initial project scaffold

This commit is contained in:
wjh
2026-04-10 13:15:06 +00:00
commit a4a6b1f1c8
94 changed files with 3964 additions and 0 deletions

8
tools/run_all_benchmarks.sh Executable file
View 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 "$@"