Skip to content

Commit 98fa4a1

Browse files
authored
Unrolled build for rust-lang#139079
Rollup merge of rust-lang#139079 - EnzymeAD:autodfff-triagebot, r=Noratrieb tracking autodiff files via triagebot.toml r? `@oli-obk` Tracking: - rust-lang#124509
2 parents 19f42cb + e6a2c29 commit 98fa4a1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

triagebot.toml

+27
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ trigger_files = [
254254
"compiler/rustc_attr_data_structures",
255255
]
256256

257+
[autolabel."F-autodiff"]
258+
trigger_files = [
259+
"src/tools/enzyme",
260+
"src/doc/unstable-book/src/compiler-flags/autodiff.md",
261+
"compiler/rustc_ast/src/expand/autodiff_attrs.rs",
262+
"compiler/rustc_monomorphize/src/partitioning/autodiff.rs",
263+
"compiler/rustc_codegen_llvm/src/builder/autodiff.rs",
264+
"compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs",
265+
]
266+
257267
[autolabel."T-rustdoc-frontend"]
258268
trigger_labels = [
259269
"A-rustdoc-search",
@@ -1092,6 +1102,23 @@ cc = ["@jdonszelmann"]
10921102
[mentions."compiler/rustc_attr_data_structures"]
10931103
cc = ["@jdonszelmann"]
10941104

1105+
[mentions."src/tools/enzyme"]
1106+
cc = ["@ZuseZ4"]
1107+
[mentions."src/doc/unstable-book/src/compiler-flags/autodiff.md"]
1108+
cc = ["@ZuseZ4"]
1109+
[mentions."compiler/rustc_ast/src/expand/autodiff_attrs.rs"]
1110+
cc = ["@ZuseZ4"]
1111+
[mentions."compiler/rustc_ast/src/expand/typetree.rs"]
1112+
cc = ["@ZuseZ4"]
1113+
[mentions."compiler/rustc_builtin_macros/src/autodiff.rs"]
1114+
cc = ["@ZuseZ4"]
1115+
[mentions."compiler/rustc_monomorphize/src/partitioning/autodiff.rs"]
1116+
cc = ["@ZuseZ4"]
1117+
[mentions."compiler/rustc_codegen_llvm/src/builder/autodiff.rs"]
1118+
cc = ["@ZuseZ4"]
1119+
[mentions."compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs"]
1120+
cc = ["@ZuseZ4"]
1121+
10951122
[assign]
10961123
warn_non_default_branch.enable = true
10971124
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"

0 commit comments

Comments
 (0)