Skip to content

Commit 2bfe609

Browse files
authored
Add link to matmul blog code (#21)
1 parent 982cc94 commit 2bfe609

File tree

1 file changed

+4
-2
lines changed
  • blog/2024-11-21-optimizing-matrix-mul

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ draft: true
88

99
I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+
1010
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 GPU](https://Rust-gpu.github.io/).
11+
Nussbaum and thought it might be fun to reimplement it with [Rust
12+
GPU](https://Rust-gpu.github.io/).
1213

1314
We'll follow Zach's original post closely, comparing and contrasting using Rust vs the
1415
WGSL and Typescript from his post.
@@ -20,7 +21,8 @@ GPU.
2021

2122
:::tip
2223

23-
The complete runnable code can be found on GitHub.
24+
The complete runnable code can be [found on
25+
GitHub](https://github.com/Rust-GPU/rust-gpu.github.io/tree/main/blog/2024-11-21-optimizing-matrix-mul/code).
2426

2527
:::
2628

0 commit comments

Comments
 (0)