Skip to content

Commit c2f29e7

Browse files
clee2000pytorchmergebot
authored andcommitted
[flakybot] add dynamo as platform (#86701)
corresponding pr in test-infra pytorch/test-infra#874 Pull Request resolved: #86701 Approved by: https://github.com/huydhn
1 parent 9470059 commit c2f29e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torch/testing/_internal/common_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,8 @@ def check_if_enable(test: unittest.TestCase):
16741674
"windows": IS_WINDOWS,
16751675
"linux": IS_LINUX,
16761676
"rocm": TEST_WITH_ROCM,
1677-
"asan": TEST_WITH_ASAN
1677+
"asan": TEST_WITH_ASAN,
1678+
"dynamo": TEST_WITH_TORCHDYNAMO,
16781679
}
16791680

16801681
invalid_platforms = list(filter(lambda p: p not in platform_to_conditional, platforms))

0 commit comments

Comments
 (0)