Skip to content

Commit b37f8f8

Browse files
committed
Fix link
1 parent e6772b3 commit b37f8f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/2025-07-25-rust-on-every-gpu.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors: [LegNeato]
44
tags: ["demo", "cuda"]
55
---
66

7-
I've built a [demo](https://github.com/LegNeato/rust-gpu-chimera-demo) of a single
7+
I've built a [demo](https://github.com/LegNeato/rust-gpu-chimera) of a single
88
shared Rust codebase that runs on every major GPU platform:
99

1010
- **CUDA** for NVIDIA GPUs
@@ -19,7 +19,7 @@ or kernel languages are used.
1919

2020
<!-- truncate -->
2121

22-
The code is available on [GitHub](https://github.com/LegNeato/rust-gpu-chimera-demo).
22+
The code is available on [GitHub](https://github.com/LegNeato/rust-gpu-chimera).
2323

2424
## Background
2525

@@ -59,7 +59,7 @@ Previously, these projects were siloed as they were started by different people
5959
different times with different goals. As a maintainer of Rust GPU and Rust CUDA and a
6060
contributor to `naga`, I have been working to bring them closer together.
6161

62-
This [demo](https://github.com/LegNeato/rust-gpu-chimera-demo) is the first time all
62+
This [demo](https://github.com/LegNeato/rust-gpu-chimera) is the first time all
6363
major GPU backends run from a single Rust codebase without a ton of hacks. It's the
6464
culmination of hard work from many contributors and shows that cross-platform GPU
6565
compute in Rust is now possible.

0 commit comments

Comments
 (0)