Skip to content

Commit 5e89892

Browse files
committed
Fix incorrect use of Rust-GPU
1 parent aca27c4 commit 5e89892

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/2025-03-18-rust-cuda-update.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Jorge used a [draft PR](https://github.com/Rust-GPU/Rust-CUDA/pull/98) put toget
4949

5050
The [latest NVIDIA CUDA toolkit is
5151
`12.x`](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html). When
52-
Rust-GPU was last maintained only `11.x` was available. Rust-GPU crates would error if
52+
Rust-CUDA was last maintained only `11.x` was available. Rust-CUDA crates would error if
5353
CUDA was less than version `11.x`, but the check also errored on `12.x`. Supporting CUDA
5454
`12.x` is critical as most users install the latest CUDA toolkit.
5555

56-
<Gh user="jorge-ortega" /> tested Rust-GPU with CUDA `12.x` successfully, giving
56+
<Gh user="jorge-ortega" /> tested Rust-CUDA with CUDA `12.x` successfully, giving
5757
us confidence to enable initial support. New contributor <Gh user="Schmiedium" /> then
5858
[updated the version check](https://github.com/Rust-GPU/Rust-CUDA/pull/165), and
5959
maintainer <Gh user="LegNeato" /> integrated `12.x` [into CI](https://github.com/Rust-GPU/Rust-CUDA/pull/168).
@@ -74,7 +74,7 @@ addressed linker errors across both Windows and Linux. The [first passing CI
7474
run](https://github.com/Rust-GPU/Rust-CUDA/actions/runs/13913964011/) was a huge
7575
accomplishment and a culmination of a lot of debugging and development work.
7676

77-
The Rust-GPU project currently can't run GPU tests on GitHub Actions due to the lack of
77+
The Rust-CUDA project currently can't run GPU tests on GitHub Actions due to the lack of
7878
NVIDIA GPUs. **If you want to sponsor some CI machines, get in touch!**
7979

8080
Even without GPU tests, CI now provides a critical safety net for future development.
@@ -117,7 +117,7 @@ Thank you to all of our new contributors!
117117

118118
#### Project cleanups
119119

120-
Rust-GPU maintainer <Gh user="LegNeato" /> went through the project and closed most of the
120+
Rust-CUDA maintainer <Gh user="LegNeato" /> went through the project and closed most of the
121121
outdated issues and any pull requests that were no longer relevant. Little things like
122122
tags on GitHub were added to aid discoverablility.
123123

@@ -139,7 +139,7 @@ we are thinking:
139139
infrastructure to reduce duplication.
140140

141141
Of course, what's next will largely depend on who shows up and what they want to do!
142-
Rust-GPU is 100% community-driven; none of us are paid to work on it.
142+
Rust-CUDA is 100% community-driven; none of us are paid to work on it.
143143

144144
## Relation to other GPU projects in the Rust ecosystem
145145

0 commit comments

Comments
 (0)