tracking autodiff files via triagebot.toml
This commit is contained in:
parent
1644cb0231
commit
e6a2c29bc4
1 changed files with 27 additions and 0 deletions
|
@ -254,6 +254,16 @@ trigger_files = [
|
||||||
"compiler/rustc_attr_data_structures",
|
"compiler/rustc_attr_data_structures",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[autolabel."F-autodiff"]
|
||||||
|
trigger_files = [
|
||||||
|
"src/tools/enzyme",
|
||||||
|
"src/doc/unstable-book/src/compiler-flags/autodiff.md",
|
||||||
|
"compiler/rustc_ast/src/expand/autodiff_attrs.rs",
|
||||||
|
"compiler/rustc_monomorphize/src/partitioning/autodiff.rs",
|
||||||
|
"compiler/rustc_codegen_llvm/src/builder/autodiff.rs",
|
||||||
|
"compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs",
|
||||||
|
]
|
||||||
|
|
||||||
[autolabel."T-rustdoc-frontend"]
|
[autolabel."T-rustdoc-frontend"]
|
||||||
trigger_labels = [
|
trigger_labels = [
|
||||||
"A-rustdoc-search",
|
"A-rustdoc-search",
|
||||||
|
@ -1092,6 +1102,23 @@ cc = ["@jdonszelmann"]
|
||||||
[mentions."compiler/rustc_attr_data_structures"]
|
[mentions."compiler/rustc_attr_data_structures"]
|
||||||
cc = ["@jdonszelmann"]
|
cc = ["@jdonszelmann"]
|
||||||
|
|
||||||
|
[mentions."src/tools/enzyme"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."src/doc/unstable-book/src/compiler-flags/autodiff.md"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."compiler/rustc_ast/src/expand/autodiff_attrs.rs"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."compiler/rustc_ast/src/expand/typetree.rs"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."compiler/rustc_builtin_macros/src/autodiff.rs"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."compiler/rustc_monomorphize/src/partitioning/autodiff.rs"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."compiler/rustc_codegen_llvm/src/builder/autodiff.rs"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
[mentions."compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs"]
|
||||||
|
cc = ["@ZuseZ4"]
|
||||||
|
|
||||||
[assign]
|
[assign]
|
||||||
warn_non_default_branch.enable = true
|
warn_non_default_branch.enable = true
|
||||||
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
|
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue