mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
- Adds `log_level` to aot's config - Outputs log to `<graph_name>_<log_level>.log` in aot_torchinductor subfolder of the debug directory - Modifies the Inductor debug context to use the graph name when naming the folder instead of the os pid - Adds `TORCH_COMPILE_DEBUG` flag to enable it, (as well as separate dynamo and inductor logs) Pull Request resolved: https://github.com/pytorch/pytorch/pull/88987 Approved by: https://github.com/Chillee |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analysis.py | ||
| backends.py | ||
| distributed.py | ||
| inference.py | ||
| log_args.py | ||
| normalize.py | ||
| subgraph.py | ||
| torchxla_integration.py | ||
| training.py | ||