From 14c8ef5198bd1cf446143cc60a167b6c1bed8b8c Mon Sep 17 00:00:00 2001 From: rzou Date: Tue, 3 Sep 2024 11:27:53 -0700 Subject: [PATCH] autolabel aotinductor->export (#135040) "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 --- .github/label_to_label.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/label_to_label.yml b/.github/label_to_label.yml index 9f3ed07a544c7..5d6544a2f50f0 100644 --- a/.github/label_to_label.yml +++ b/.github/label_to_label.yml @@ -31,6 +31,10 @@ - "module: flex attention" then: - "module: higher order operators" +- any: + - "module: aotinductor" + then: + - "oncall: export" - any: - "module: dynamo" - "module: pt2-dispatcher"