Skip to content

Commit bbaff9c

Browse files
committed
More suggestions from @gnzlbg
1 parent ba685d4 commit bbaff9c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

documents/wg-application.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
The Working Group's goal is to deliver first-class CUDA support to Rust users - see our [Roadmap].
66

77
[Roadmap]: https://github.com/rust-cuda/wg/blob/master/documents/roadmap.md
8+
89
The work that will be done is supposed to clear the path for other GPGPU platforms in future.
910

1011
## Why should it be put into place?
1112

12-
The WG is already in place as an unofficial WG, see our [Github], [Roadmap], [Zulip], and some PRs by WG members: [rust@denzp], [rust@peterhj], [stdsimd], [libc], etc.
13+
The WG is already in place as an unofficial WG, see our [Github], [Roadmap], [Zulip], and some PRs by WG members: [rust@denzp], [rust@peterhj], [stdsimd], [libc], etc.
1314

1415
Being an official WG would allow us to use the official communication channels like the rust-lang zulip, which would give us more visibility and allow us to attract more contributors.
1516

@@ -19,11 +20,10 @@ Being an official WG would allow us to use the official communication channels l
1920
[stdsimd]: https://github.com/rust-lang-nursery/stdsimd/pulls?q=is%3Apr+nvptx+is%3Aclosed
2021
[rust@denzp]: https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+author%3Adenzp
2122
[rust@peterhj]: https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+author%3Apeterhj
22-
Regardless of recent progress, there are still a lot of questions about safety and soundness of SIMT (Single Instruction, Multiple Threads) code and they require a lot of collaboration to find solutions.
2323

2424
## What is the working group about?
2525

26-
Right now, this WG is about making the already-existing Rust CUDA support minimally reliable.
26+
Right now, this WG is about making the already-existing Rust CUDA support minimally reliable.
2727
Getting a safe and production-ready development experience on Stable Rust is our primary goal!
2828

2929
Also, currently a major obstacle for developing GPGPU applications and algorithms in Rust is a lack of learning resources.
@@ -37,7 +37,7 @@ This WG is only about CUDA support - other GPGPU targets are out-of-scope. Our f
3737

3838
## Is your WG long-running or temporary?
3939

40-
The CUDA WG is long-running. We have a [Roadmap] for an MVP, but there are many issues worth solving once that MVP is achieved (e.g. foundational libraries).
40+
The CUDA WG is long-running. We have a [Roadmap] for an MVP, but there are many issues worth solving once that MVP is achieved (e.g. foundational libraries).
4141

4242
In the end, we hope the WG will evolve into another one to cover similar topics:
4343
to support other GPGPU platforms or to create higher-level frameworks to improve end-to-end experience based on community feedback.
@@ -65,8 +65,8 @@ Once we achieve important milestones we plan to make public announces.
6565

6666
## Which other WGs do you expect to have close contact with?
6767

68-
We would like to cooperate with Core or Compiler Teams in discussions about safety in SIMT code.
69-
Additionally, it would be very important to discuss a strategy of reliable deployment of `rust-ptx-linker` (likely as a `rustup` component).
68+
We would like to cooperate with *Language Team* in discussions about safety in SIMT code.
69+
Additionally, it would be very important to discuss with *Infra team* a strategy of reliable deployment of `rust-ptx-linker` (likely as a `rustup` component).
7070

7171
On the other hand, proposed [Machine Learning WG](https://internals.rust-lang.org/t/enabling-the-formation-of-new-working-groups/10218/11) could leverage CUDA accelerated computing capabilities, so we can discuss their use cases.
7272

@@ -95,10 +95,6 @@ We work in the open, see our [Github].
9595

9696
> TBD... would it make sense to move to a `rust-lang` Zulip server?
9797
98-
## Where do you need help?
99-
100-
> TBD...
101-
10298
## Preferred way of contact/discussion
10399

104100
[Github] issues or [Zulip].

0 commit comments

Comments
 (0)