mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Tested via ``` + import logging + torch._logging.set_logs(modules={"torch._functorch._aot_autograd.autograd_cache": logging.DEBUG}) ``` ``` python test/dynamo/test_aot_autograd_cache.py -k test_multi_graph_specialization ``` and verifying logs are printed Pull Request resolved: https://github.com/pytorch/pytorch/pull/153580 Approved by: https://github.com/ColinPeppler