Skip to content

Commit 4dd7cb1

Browse files
authored
Use past tense so it is clearer (#71)
1 parent 2763d70 commit 4dd7cb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As a reminder, our short-term goals were to stabilize and modernize the Rust CUD
2525
project by updating dependencies, merging outstanding PRs, and closing outdated issues.
2626
We've now accomplished these goals and stabilized the project.
2727

28-
### Update to a newer Rust toolchain
28+
### Updated to a newer Rust toolchain
2929

3030
Rust-CUDA is a collection of crates, one of which is
3131
[`rustc_codegen_nvvm`](https://github.com/Rust-GPU/Rust-CUDA/tree/main/crates/rustc_codegen_nvvm).
@@ -46,7 +46,7 @@ access to new language features.
4646

4747
Jorge used a [draft PR](https://github.com/Rust-GPU/Rust-CUDA/pull/98) put together by <Gh user="apriori" /> way back in 2022 as a guide. Big thanks to both <Gh user="jorge-ortega" /> and <Gh user="apriori" /> for making this leap possible!
4848

49-
### Experimental support for the latest CUDA tookit
49+
### Added experimental support for the latest CUDA tookit
5050

5151
The [latest NVIDIA CUDA toolkit is
5252
`12.x`](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html). When
@@ -63,7 +63,7 @@ Support for CUDA `12.x` remains experimental due to limited testing and ongoing
6363
ramp-up. Please [file issues](https://github.com/Rust-GPU/Rust-CUDA/issues) if
6464
encountered!
6565

66-
### Fix CI
66+
### Fixed CI
6767

6868
Rust-CUDA's CI was broken after three years of inactivity and there was significant
6969
technical debt.
@@ -80,7 +80,7 @@ NVIDIA GPUs. **If you want to sponsor some CI machines, get in touch!**
8080

8181
Even without GPU tests, CI now provides a critical safety net for future development.
8282

83-
### Merging outstanding PRs
83+
### Merged outstanding PRs
8484

8585
We merged over 16 outstanding pull requests from over 12 contributors as far back as 2022. Some selected changes:
8686

@@ -107,7 +107,7 @@ Thank you to all the (old) contributors:
107107
Sorry for your changes languishing for so long! We hope you come back and contribute
108108
again soon.
109109

110-
### Merging new PRs
110+
### Merged new PRs
111111

112112
Since the reboot, we merged over 22 new pull requests from over 7 new contributors:
113113

@@ -116,7 +116,7 @@ Since the reboot, we merged over 22 new pull requests from over 7 new contributo
116116

117117
Thank you to all of our new contributors!
118118

119-
#### Project cleanups
119+
#### Cleaned up the project
120120

121121
Rust-CUDA maintainer <Gh user="LegNeato" /> went through the project and closed most of the
122122
outdated issues and any pull requests that were no longer relevant. Little things like

0 commit comments

Comments
 (0)