mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 21:49:24 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159062 Approved by: https://github.com/svekars, https://github.com/zou3519, https://github.com/anijain2305
659 B
659 B
torch.compile Programming Model
The torch.compile
programming model:
- Clarifies some internal behaviors of
torch.compile
so 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
programming_model.recompilation
programming_model.observability
programming_model.reporting_issues