Skip to content

Fix link #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blog/2025-07-25-rust-on-every-gpu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors: [LegNeato]
tags: ["demo", "cuda"]
---

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

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

<!-- truncate -->

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

## Background

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

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