/
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
bfc4e78
Branches
main
matmul-bench
/
src
/
index.css
13 lines · 185 B
Code
Blame
History
666db68
matmul-bench: browser GEMM benchmark (JS, WebGPU, custom C WASM, libFLAME/BLIS WASM)
Jeremy Magland
1 month ago
1
:root
{
2
font-family
: Roboto, system-ui, Avenir, Helvetica, Arial, sans-serif;
3
line-height
:
1.5
;
4
}
5
6
* {
7
box-sizing
: border-box;
8
}
9
10
html
,
body
,
#root
{
11
margin
:
0
;
12
padding
:
0
;
13
}
↑
↓
move
↵
open
esc
close