mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix markdown link syntax in graph breaks index (#162400)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162400 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
53b8bdb977
commit
38afeb2ba2
@ -1,6 +1,6 @@
|
||||
# Working with Graph Breaks
|
||||
|
||||
As you might remember from (Dynamo Core Concepts)[programming_model.dynamo_core_concepts] that Dynamo performs a graph break when
|
||||
As you might remember from [Dynamo Core Concepts](programming_model.dynamo_core_concepts) that Dynamo performs a graph break when
|
||||
it encounters code that can't be traced. In the default `torch.compile` settings, Dynamo compiles the FX graph
|
||||
that has been determined up to that point, executes the unsupported code in regular Python, and then resumes tracing.
|
||||
|
||||
|
Reference in New Issue
Block a user