8000 fuzzer: disable "fail_on_recompile_limit_hit" and "suppress_errors" (… · pytorch/pytorch@b60f630 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit b60f630

Browse files
exclamafortepytorchmergebot
authored andcommitted
fuzzer: disable "fail_on_recompile_limit_hit" and "suppress_errors" (#146650)
Summary: needed for #146513 Test Pl 8000 an: the existing tests Pull Request resolved: #146650 Approved by: https://github.com/xmfan
1 parent 9e27d36 commit b60f630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torch/_inductor/fuzzer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ def keys(self) -> KeysView[ComboType]:
501501
"torch._dynamo.config": {
502502
"traceable_tensor_subclasses": DEFAULT, # Typing
503503
"compiled_autograd_kwargs_override": DEFAULT, # Typing
504+
"fail_on_recompile_limit_hit": DEFAULT, # fails in combo with suppress_errors
505+
"suppress_errors": DEFAULT,
504506
},
505507
}
506508

0 commit comments

Comments
 (0)
0