From c5f82b3096918c1fc92749c050a627b112b87fbc Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 27 Jan 2025 11:29:11 -0400 Subject: [PATCH] Fix small typos / inconsistencies --- blog/2025-01-27-rust-cuda-reboot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2025-01-27-rust-cuda-reboot.md b/blog/2025-01-27-rust-cuda-reboot.md index c6c24ed..6736937 100644 --- a/blog/2025-01-27-rust-cuda-reboot.md +++ b/blog/2025-01-27-rust-cuda-reboot.md @@ -53,7 +53,7 @@ projects. For a broader look at Rust and GPUs, check out the [ecosystem overview page](https://rust-gpu.github.io/ecosystem/). -## Short-Term Roadmap +## Short-term roadmap Our immediate focus is on stabilizing and modernizing the Rust CUDA project: @@ -78,7 +78,7 @@ its functionality and integrate with the broader ecosystem: - **`rust-gpu` collaboration**: Leverage `rust-gpu`'s tooling and compiler infrastructure to reduce duplication. -## Long-Term Roadmap +## Long-term roadmap Our long-term vision is to make GPU programming in Rust safe, ergonomic, fast, and fully integrated into the language: