Skip to content

Use past tense so it is clearer #71

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
Mar 18, 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
12 changes: 6 additions & 6 deletions blog/2025-03-18-rust-cuda-update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ As a reminder, our short-term goals were to stabilize and modernize the Rust CUD
project by updating dependencies, merging outstanding PRs, and closing outdated issues.
We've now accomplished these goals and stabilized the project.

### Update to a newer Rust toolchain
### Updated to a newer Rust toolchain

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

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!

### Experimental support for the latest CUDA tookit
### Added experimental support for the latest CUDA tookit

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

### Fix CI
### Fixed CI

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

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

### Merging outstanding PRs
### Merged outstanding PRs

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

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

### Merging new PRs
### Merged new PRs

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

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

Thank you to all of our new contributors!

#### Project cleanups
#### Cleaned up the project

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