mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/158531 Approved by: https://github.com/AlannaBurke, https://github.com/mlazos, https://github.com/anijain2305 ghstack dependencies: #157985, #158055 Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
560 B
560 B
torch.compile Programming Model
The torch.compile programming model:
- Clarifies some internal behaviors of
torch.compileso that one can better predict compiler behavior on user code and - Provides ways for one to take more fine-grained control over
torch.compile.
By understanding the torch.compile programming model, one can systematically unblock themselves when encountering issues with torch.compile.
programming_model.dynamo_core_concepts
programming_model.graph_breaks_index
programming_model.non_strict_tracing_model