From 899639ca4cf89f68d0db63cac15ac32d2202e763 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 17 Aug 2026 12:31:27 -0700 Subject: [PATCH 1/2] Add linear algebra winners post --- .../2026-08-17-linear-algebra-kernels-winners.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md diff --git a/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md b/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md new file mode 100644 index 0000000..48209ca --- /dev/null +++ b/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md @@ -0,0 +1,12 @@ +--- +id: linear-algebra-kernels-age-of-research-winners +title: "Linear Algebra Kernels: Congratulations" +date: 2026-08-17 +category: "General" +--- + +Congratulations again to the winners of the Linear Algebra Kernels for the Age of Research competition. + +- [QR Decomp at the Speed of Light](https://ml-mike.com/writing/qr_v2/) +- [Auto-research with Codex](https://sankalp.bearblog.dev/autoresearch/) +- [Another Typical Autoresearch Post](https://elianaive.com/posts/another-typical-autoresearch-post/) From 88587c9eeb6e1ea7a735995473563448e3634414 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 17 Aug 2026 12:33:57 -0700 Subject: [PATCH 2/2] Add fourth linear algebra write-up --- .../static/news/2026-08-17-linear-algebra-kernels-winners.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md b/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md index 48209ca..26eedeb 100644 --- a/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md +++ b/kernelboard/static/news/2026-08-17-linear-algebra-kernels-winners.md @@ -7,6 +7,9 @@ category: "General" Congratulations again to the winners of the Linear Algebra Kernels for the Age of Research competition. +I'm especially happy to see some of the top entrants write down how they achieved such strong results. + - [QR Decomp at the Speed of Light](https://ml-mike.com/writing/qr_v2/) - [Auto-research with Codex](https://sankalp.bearblog.dev/autoresearch/) +- [QR2 Shape-Specialized Householder Megakernels](https://github.com/fishmingyu/qrv2-gpu-mode) - [Another Typical Autoresearch Post](https://elianaive.com/posts/another-typical-autoresearch-post/)