You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +46,7 @@ access to new language features.
46
46
47
47
Jorge used a [draft PR](https://github.com/Rust-GPU/Rust-CUDA/pull/98) put together by <Ghuser="apriori" /> way back in 2022 as a guide. Big thanks to both <Ghuser="jorge-ortega" /> and <Ghuser="apriori" /> for making this leap possible!
48
48
49
-
### Experimental support for the latest CUDA tookit
49
+
### Added experimental support for the latest CUDA tookit
50
50
51
51
The [latest NVIDIA CUDA toolkit is
52
52
`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
63
63
ramp-up. Please [file issues](https://github.com/Rust-GPU/Rust-CUDA/issues) if
64
64
encountered!
65
65
66
-
### Fix CI
66
+
### Fixed CI
67
67
68
68
Rust-CUDA's CI was broken after three years of inactivity and there was significant
69
69
technical debt.
@@ -80,7 +80,7 @@ NVIDIA GPUs. **If you want to sponsor some CI machines, get in touch!**
80
80
81
81
Even without GPU tests, CI now provides a critical safety net for future development.
82
82
83
-
### Merging outstanding PRs
83
+
### Merged outstanding PRs
84
84
85
85
We merged over 16 outstanding pull requests from over 12 contributors as far back as 2022. Some selected changes:
86
86
@@ -107,7 +107,7 @@ Thank you to all the (old) contributors:
107
107
Sorry for your changes languishing for so long! We hope you come back and contribute
108
108
again soon.
109
109
110
-
### Merging new PRs
110
+
### Merged new PRs
111
111
112
112
Since the reboot, we merged over 22 new pull requests from over 7 new contributors:
113
113
@@ -116,7 +116,7 @@ Since the reboot, we merged over 22 new pull requests from over 7 new contributo
116
116
117
117
Thank you to all of our new contributors!
118
118
119
-
#### Project cleanups
119
+
#### Cleaned up the project
120
120
121
121
Rust-CUDA maintainer <Ghuser="LegNeato" /> went through the project and closed most of the
122
122
outdated issues and any pull requests that were no longer relevant. Little things like
0 commit comments