Skip to content

Commit e47e8cb

Browse files
committed
Add OpenBLAS emscripten-forge post
1 parent c627051 commit e47e8cb

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/pages/blogs/_blogpostsDetails.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.blogpostsDetails = void 0;
44
exports.blogpostsDetails = [
5+
{
6+
url: "https://notebook.link/blog/the-last-mile-faster-numpy",
7+
title: "The last mile of a long road: faster NumPy in the browser",
8+
image: "/img/blogposts/resized-images/Emscripten-Forge.png",
9+
summary: "For a long time, running NumPy in the browser meant running it without an accelerated BLAS. Matrix multiplications fell back to plain loops (portable, but blind to cache and SIMD). That just changed. The Emscripten-forge NumPy package now links OpenBLAS in WebAssembly.",
10+
date: "2026-09-15",
11+
authors: "Julien Jerphanion, Ian Thomas, Matthias Meschede",
12+
imageID: "blogpost-image-161"
13+
},
514
{
615
url: "/blogs/Pablo-Winant-Scientific-Advisor",
716
title: "Welcoming Pablo Winant as Scientific Advisor at QuantStack",
12.5 KB
Loading

0 commit comments

Comments
 (0)