From 4e854e18b4ed47e6b93f205d62bcde1329920274 Mon Sep 17 00:00:00 2001 From: crustly Date: Fri, 18 Jul 2025 10:46:21 -0700 Subject: [PATCH] Burn Adds Dynamic Matrix Multilication --- draft/2025-07-23-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index 80c06a9ac..0027740ec 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -40,6 +40,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Burn Adds State of the Art Dynamic Matrix Multiplication](https://burn.dev/blog/sota-multiplatform-matmul/) + ### Observations/Thoughts ### Rust Walkthroughs