From aaab5161687309b0a67ce38f7cd275c9a5919f4e Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 25 Nov 2024 09:27:24 -0400 Subject: [PATCH] Don't repeat "fun" --- blog/2024-11-25-optimizing-matmul/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blog/2024-11-25-optimizing-matmul/index.md b/blog/2024-11-25-optimizing-matmul/index.md index 1875937..8e9c4cc 100644 --- a/blog/2024-11-25-optimizing-matmul/index.md +++ b/blog/2024-11-25-optimizing-matmul/index.md @@ -14,8 +14,7 @@ it with [Rust GPU](https://Rust-gpu.github.io/). We'll follow Zach's original post closely, comparing and contrasting using Rust vs the WGSL and Typescript from his post. -At the end, I'll show some additional fun things that are enabled by using Rust on the -GPU. +At the end, I'll show some unique benefits of using Rust on the GPU.