mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Update label_to_label with oncall: pt2 hierarchy. (#134582)
Test Plan: - None Pull Request resolved: https://github.com/pytorch/pytorch/pull/134582 Approved by: https://github.com/clee2000
This commit is contained in:
parent
b567ca0f51
commit
39ca96398b
1 changed files with 34 additions and 1 deletions
35
.github/label_to_label.yml
vendored
35
.github/label_to_label.yml
vendored
|
|
@ -1,13 +1,46 @@
|
|||
# Use this to auto apply labels based on other labels. Applies to both PRs and
|
||||
# issues. Currently only supports any and all
|
||||
- any:
|
||||
- "module: custom operators"
|
||||
- "module: opcheck"
|
||||
then:
|
||||
- "module: custom-operators"
|
||||
- any:
|
||||
- "module: custom-operators"
|
||||
- "module: functionalization"
|
||||
- "module: aotdispatch"
|
||||
- "module: higher order operators"
|
||||
- "module: fakeTensor"
|
||||
- "module: ProxyTensor"
|
||||
- "module: library"
|
||||
- "module: reinplacing"
|
||||
then:
|
||||
- "module: pt2-dispatcher"
|
||||
- any:
|
||||
- "module: vmap"
|
||||
then:
|
||||
- "module: functorch"
|
||||
- any:
|
||||
- "module: reinplacing"
|
||||
then:
|
||||
- "module: inductor"
|
||||
- any:
|
||||
- "module: pt2 optimizer"
|
||||
then:
|
||||
- "module: dynamo"
|
||||
- any:
|
||||
- "module: flex attention"
|
||||
then:
|
||||
- "module: higher order operators"
|
||||
- any:
|
||||
- "module: dynamo"
|
||||
- "module: pt2-dispatcher"
|
||||
- "module: inductor"
|
||||
- "module: aotinductor"
|
||||
- "module: cudagraphs"
|
||||
- "oncall: export"
|
||||
- "module: startup-tracing-compile"
|
||||
- "module: compiled autograd"
|
||||
- "module: flex attention"
|
||||
- "module: dynamic shapes"
|
||||
then:
|
||||
- "oncall: pt2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue