From fde577702d70df5bcd6a09ca2023340066bc2c8c Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Fri, 26 Jul 2024 21:02:42 +0000 Subject: [PATCH] [TD] More synonyms for filepath (#131838) Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/131838 Approved by: https://github.com/PaliC, https://github.com/ZainRizvi --- tools/testing/target_determination/heuristics/filepath.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/target_determination/heuristics/filepath.py b/tools/testing/target_determination/heuristics/filepath.py index ebd3760fe5b..dd40acafc2b 100644 --- a/tools/testing/target_determination/heuristics/filepath.py +++ b/tools/testing/target_determination/heuristics/filepath.py @@ -27,6 +27,7 @@ keyword_synonyms: dict[str, list[str]] = { "ops": ["opinfo"], "hop": ["higher_order_op"], "aot": ["flex_attention", "autograd"], + "inductor": ["dynamo", "export"], # not actually synonyms but they interact a lot } not_keyword = [