File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 - [ WASI] ( notification-groups/wasi.md )
7171 - [ WebAssembly] ( notification-groups/wasm.md )
7272 - [ Windows] ( notification-groups/windows.md )
73+ - [ GPU target] ( notification-groups/gpu-target.md )
7374- [ Licenses] ( ./licenses.md )
7475- [ Editions] ( guides/editions.md )
7576
9899- [ Parallel compilation] ( ./parallel-rustc.md )
99100- [ Rustdoc internals] ( ./rustdoc-internals.md )
100101 - [ Search] ( ./rustdoc-internals/search.md )
101- - [The `rustdoc` test suite](./rustdoc-internals/rustdoc-test-suite.md)
102- - [The `rustdoc-gui` test suite](./rustdoc-internals/rustdoc-gui-test-suite.md)
103- - [The `rustdoc-json` test suite](./rustdoc-internals/rustdoc-json-test-suite.md)
102+ - [ The ` rustdoc ` test suite] ( ./rustdoc-internals/rustdoc-test-suite.md )
103+ - [ The ` rustdoc-gui ` test suite] ( ./rustdoc-internals/rustdoc-gui-test-suite.md )
104+ - [ The ` rustdoc-json ` test suite] ( ./rustdoc-internals/rustdoc-json-test-suite.md )
104105- [ GPU offload internals] ( ./offload/internals.md )
105106 - [ Installation] ( ./offload/installation.md )
106107 - [ Usage] ( ./offload/usage.md )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Here's the list of the notification groups:
2727- [ WebAssembly] ( ./wasm.md )
2828- [ Windows] ( ./windows.md )
2929- [ Rust for Linux] ( ./rust-for-linux.md )
30+ - [ GPU target] ( ./gpu-target.md )
3031
3132## What issues are a good fit for notification groups?
3233
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments