From 39ca96398b3977b3b7e99db85fef55d5f1ebfa0a Mon Sep 17 00:00:00 2001 From: rzou Date: Tue, 27 Aug 2024 07:57:33 -0700 Subject: [PATCH] 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 --- .github/label_to_label.yml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.github/label_to_label.yml b/.github/label_to_label.yml index e6c66a5e56c..9f3ed07a544 100644 --- a/.github/label_to_label.yml +++ b/.github/label_to_label.yml @@ -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"