mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
"module: aotinductor" will automatically add "oncall: export". Test Plan: - none Pull Request resolved: https://github.com/pytorch/pytorch/pull/135040 Approved by: https://github.com/ydwu4
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
# Use this to auto apply labels based on other labels. Applies to both PRs and
|
|
# issues. Currently only supports any and all
|
|
- any:
|
|
- "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: aotinductor"
|
|
then:
|
|
- "oncall: export"
|
|
- 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"
|