-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
-
False
-
-
-
PyTorch Sprint 21, PyTorch Sprint 22, PyTorch Sprint 23, PyTorch Sprint 24, PyTorch Sprint 25, PyTorch Sprint 26
Remove deprecated skip_code_recursive_on_recompile_limit_hit config that no longer has any effect.
Changes:
- Remove config from torch/_dynamo/config.py
- Remove justknobs check from torch/_dynamo/convert_frame.py
- Simplify control flow to directly raise RecompileLimitExceeded
Note: May need to keep config in config.py for backwards compatibility per reviewer feedback.
GitHub PR: https://github.com/pytorch/pytorch/pull/169593
Parent Issue: AIPCC-7817