Add matmul-bench to profile
New 'Linear algebra & performance' category for the browser GEMM
benchmark (JS, WebGPU, WASM, libFLAME/BLIS vs. native OpenBLAS).
1 changed file+9−0
profile/README.mdmodified+9−0View file
@@ -100,6 +100,15 @@ links to its repository, and to a live page where there is one.
100100 A heatmap of the greatest common divisor of every pair (i, j), laid out as a
101101 color-coded table.
102102
103+## Linear algebra & performance
104+
105+- **[matmul-bench](https://github.com/concept-collection/matmul-bench)**
106+ ([live](https://concept-collection.github.io/matmul-bench/)).
107+ Benchmarks matrix-matrix multiply (GEMM) in the browser across a plain JS
108+ triple loop, a WebGPU compute shader, hand-written C compiled to WASM (SIMD
109+ and threads), and a real BLAS ([libFLAME](https://github.com/concept-collection/libflame2wasm)/BLIS)
110+ compiled to WASM — with a native OpenBLAS reference for comparison.
111+
103112 ## Neurophysiology data & remote access
104113
105114 - **[remote-hdf5-lazy-read](https://github.com/concept-collection/remote-hdf5-lazy-read)**