@@ -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" ]
258268trigger_labels = [
259269 " A-rustdoc-search" ,
@@ -1092,6 +1102,23 @@ cc = ["@jdonszelmann"]
10921102[mentions ."compiler/rustc_attr_data_structures" ]
10931103cc = [" @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 ]
10961123warn_non_default_branch.enable = true
10971124contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
0 commit comments