Skip to content

Commit 8094c96

Browse files
authored
Add Zach's twitter link and thank you (#24)
1 parent df971c0 commit 8094c96

File tree

1 file changed

+6
-3
lines changed
  • blog/2024-11-21-optimizing-matrix-mul

1 file changed

+6
-3
lines changed

blog/2024-11-21-optimizing-matrix-mul/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ draft: true
77
---
88

99
I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+
10-
Performance](https://www.nuss-and-bolts.com/p/optimizing-a-webgpu-matmul-kernel) by Zach
11-
Nussbaum and thought it might be fun to reimplement it with [Rust
12-
GPU](https://Rust-gpu.github.io/).
10+
Performance](https://www.nuss-and-bolts.com/p/optimizing-a-webgpu-matmul-kernel) by
11+
[Zach Nussbaum](https://x.com/zach_nussbaum) and thought it might be fun to reimplement
12+
it with [Rust GPU](https://Rust-gpu.github.io/).
1313

1414
We'll follow Zach's original post closely, comparing and contrasting using Rust vs the
1515
WGSL and Typescript from his post.
@@ -19,6 +19,9 @@ GPU.
1919

2020
<!-- truncate -->
2121

22+
A big thank you to [Zach](https://x.com/zach_nussbaum) for allowing me to reimplement
23+
his blog post!
24+
2225
:::tip
2326

2427
The complete runnable code can be [found on

0 commit comments

Comments
 (0)