From b6a4236e5dc3a2aebc050458374ab8ae6fb7a271 Mon Sep 17 00:00:00 2001 From: Richard Zou Date: Fri, 24 Oct 2025 11:44:17 -0700 Subject: [PATCH] [label_to_label] minor updates (#166172) vllm-compile implies "module: vllm" and "oncall: pt2". The volume of issues in Flex -> HigherOrderOperators is too noisy, plus we have a different set of folks looking at each, so I'm going to make that not automatic anymore. We can still manually label flex issues as higher order operator issues. Pull Request resolved: https://github.com/pytorch/pytorch/pull/166172 Approved by: https://github.com/angelayi --- .github/label_to_label.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/label_to_label.yml b/.github/label_to_label.yml index 0cd56143535..782696fc782 100644 --- a/.github/label_to_label.yml +++ b/.github/label_to_label.yml @@ -15,6 +15,11 @@ - "module: reinplacing" then: - "module: pt2-dispatcher" +- any: + - "vllm-compile" + then: + - "module: vllm" + - "oncall: pt2" - any: - "module: vmap" then: @@ -27,10 +32,6 @@ - "module: pt2 optimizer" then: - "module: dynamo" -- any: - - "module: flex attention" - then: - - "module: higher order operators" - any: - "module: aotinductor" then: