From 3c809ba6d28d295e8333075a88d6d4ed8438c55a Mon Sep 17 00:00:00 2001 From: apiraino Date: Thu, 26 Mar 2026 17:54:28 +0100 Subject: [PATCH] Mention GPU notification group --- src/SUMMARY.md | 7 ++++--- src/notification-groups/about.md | 1 + src/notification-groups/gpu-target.md | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 src/notification-groups/gpu-target.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 22f4da50b6..0aab04530c 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -72,6 +72,7 @@ - [WASI](notification-groups/wasi.md) - [WebAssembly](notification-groups/wasm.md) - [Windows](notification-groups/windows.md) + - [GPU target](notification-groups/gpu-target.md) - [Licenses](./licenses.md) - [Editions](guides/editions.md) @@ -100,9 +101,9 @@ - [Parallel compilation](./parallel-rustc.md) - [Rustdoc internals](./rustdoc-internals.md) - [Search](./rustdoc-internals/search.md) - - [The `rustdoc-html` test suite](./rustdoc-internals/rustdoc-html-test-suite.md) - - [The `rustdoc-gui` test suite](./rustdoc-internals/rustdoc-gui-test-suite.md) - - [The `rustdoc-json` test suite](./rustdoc-internals/rustdoc-json-test-suite.md) + - [The `rustdoc-html` test suite](./rustdoc-internals/rustdoc-html-test-suite.md) + - [The `rustdoc-gui` test suite](./rustdoc-internals/rustdoc-gui-test-suite.md) + - [The `rustdoc-json` test suite](./rustdoc-internals/rustdoc-json-test-suite.md) - [GPU offload internals](./offload/internals.md) - [Installation](./offload/installation.md) - [Usage](./offload/usage.md) diff --git a/src/notification-groups/about.md b/src/notification-groups/about.md index 86797b1e0b..28c836dc4d 100644 --- a/src/notification-groups/about.md +++ b/src/notification-groups/about.md @@ -28,6 +28,7 @@ Here's the list of the notification groups: - [WebAssembly](./wasm.md) - [Windows](./windows.md) - [Rust for Linux](./rust-for-linux.md) +- [GPU target](./gpu-target.md) ## What issues are a good fit for notification groups? diff --git a/src/notification-groups/gpu-target.md b/src/notification-groups/gpu-target.md new file mode 100644 index 0000000000..b46233e98b --- /dev/null +++ b/src/notification-groups/gpu-target.md @@ -0,0 +1,18 @@ +# GPU target notification group + +**Github Label:** None
+**Ping command:** `@rustbot ping gpu-target` + +This notification group deals with linker related issues and their integration +within the compiler. + +The group also has an associated Zulip stream ([`#t-compiler/linker`]) +where people can go to ask questions and discuss GPU-related topics and issues. + +if you're interested in participating, feel free to sign up for this group! To +do so, open a PR against the [rust-lang/team] repository and add your GitHub +user to [this file][gpu-target-team]. + +[`#t-compiler/linker`]: https://rust-lang.zulipchat.com/#narrow/channel/585172-t-compiler.2Flinker +[rust-lang/team]: https://github.com/rust-lang/team +[gpu-target-team]: https://github.com/rust-lang/team/blob/main/teams/gpu-target.toml