/
concept-collection
/
matmul-bench
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
matmul-bench
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
main
Branches
main
matmul-bench
/
native
/
build.sh
5 lines · 170 B
Copy
Copied
Blame
History
Raw
1
#!/usr/bin/env bash
2
set
-euo pipefail
3
cd
"
$(dirname
"
$0
"
)
"
4
gcc -O2 bench_native.c -o bench_native $(pkg-config --cflags --libs openblas)
5
echo
"Built native/bench_native"
↑
↓
move
↵
open
esc
close