Skip to content

Commit dbec4a3

Browse files
committed
Add repo for Rust-specific soft fork of Enzyme
Currently our submodule for Enzyme in `rust-lang/rust` points to an external repository outside of our organization. As we do for LLVM, it would be useful for us to maintain a Rust-specific soft fork of Enzyme within `rust-lang/`. Let's create a repository for this. In particular, this would unblock some work being held up by CI issues on the upstream project, and it'd allow us to make some changes that might better facilitate upstreaming of this work into LLVM. Probably we should also create a `wg-enzyme` or whatnot team that could maintain this. Alternatively or in addition, we could formalize `wg-autodiff`, for which we have a Zulip stream but no entry here. But let's handle that separately. For the moment, we just give access to the normal teams that would be likely to need to touch it, review PRs for it, manage issues on it, etc.
1 parent afc1b00 commit dbec4a3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

repos/rust-lang/enzyme.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
org = "rust-lang"
2+
name = "enzyme"
3+
description = "Rust-specific fork of Enzyme."
4+
bots = []
5+
6+
[access.teams]
7+
bootstrap = "maintain"
8+
compiler = "maintain"
9+
lang = "maintain"
10+
lang-ops = "maintain"
11+
libs = "maintain"
12+
libs-api = "maintain"
13+
release = "maintain"
14+
wg-llvm = "maintain"
15+
16+
[[branch-protections]]
17+
pattern = "rustc/*"
18+
pr-required = false
19+
20+
[[branch-protections]]
21+
pattern = "master"
22+
pr-required = false

0 commit comments

Comments
 (0)