Skip to content

Commit 3c809ba

Browse files
committed
Mention GPU notification group
1 parent 9d494a8 commit 3c809ba

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

src/SUMMARY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
- [WASI](notification-groups/wasi.md)
7373
- [WebAssembly](notification-groups/wasm.md)
7474
- [Windows](notification-groups/windows.md)
75+
- [GPU target](notification-groups/gpu-target.md)
7576
- [Licenses](./licenses.md)
7677
- [Editions](guides/editions.md)
7778

@@ -100,9 +101,9 @@
100101
- [Parallel compilation](./parallel-rustc.md)
101102
- [Rustdoc internals](./rustdoc-internals.md)
102103
- [Search](./rustdoc-internals/search.md)
103-
- [The `rustdoc-html` test suite](./rustdoc-internals/rustdoc-html-test-suite.md)
104-
- [The `rustdoc-gui` test suite](./rustdoc-internals/rustdoc-gui-test-suite.md)
105-
- [The `rustdoc-json` test suite](./rustdoc-internals/rustdoc-json-test-suite.md)
104+
- [The `rustdoc-html` test suite](./rustdoc-internals/rustdoc-html-test-suite.md)
105+
- [The `rustdoc-gui` test suite](./rustdoc-internals/rustdoc-gui-test-suite.md)
106+
- [The `rustdoc-json` test suite](./rustdoc-internals/rustdoc-json-test-suite.md)
106107
- [GPU offload internals](./offload/internals.md)
107108
- [Installation](./offload/installation.md)
108109
- [Usage](./offload/usage.md)

src/notification-groups/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Here's the list of the notification groups:
2828
- [WebAssembly](./wasm.md)
2929
- [Windows](./windows.md)
3030
- [Rust for Linux](./rust-for-linux.md)
31+
- [GPU target](./gpu-target.md)
3132

3233
## What issues are a good fit for notification groups?
3334

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# GPU target notification group
2+
3+
**Github Label:** None <br>
4+
**Ping command:** `@rustbot ping gpu-target`
5+
6+
This notification group deals with linker related issues and their integration
7+
within the compiler.
8+
9+
The group also has an associated Zulip stream ([`#t-compiler/linker`])
10+
where people can go to ask questions and discuss GPU-related topics and issues.
11+
12+
if you're interested in participating, feel free to sign up for this group! To
13+
do so, open a PR against the [rust-lang/team] repository and add your GitHub
14+
user to [this file][gpu-target-team].
15+
16+
[`#t-compiler/linker`]: https://rust-lang.zulipchat.com/#narrow/channel/585172-t-compiler.2Flinker
17+
[rust-lang/team]: https://github.com/rust-lang/team
18+
[gpu-target-team]: https://github.com/rust-lang/team/blob/main/teams/gpu-target.toml

0 commit comments

Comments
 (0)