@@ -254,6 +254,16 @@ trigger_files = [
254
254
" compiler/rustc_attr_data_structures" ,
255
255
]
256
256
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
+
257
267
[autolabel ."T-rustdoc-frontend" ]
258
268
trigger_labels = [
259
269
" A-rustdoc-search" ,
@@ -1092,6 +1102,23 @@ cc = ["@jdonszelmann"]
1092
1102
[mentions ."compiler/rustc_attr_data_structures" ]
1093
1103
cc = [" @jdonszelmann" ]
1094
1104
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
+
1095
1122
[assign ]
1096
1123
warn_non_default_branch.enable = true
1097
1124
contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
0 commit comments