Short name describing what triggered the graph break
COW tensor check during export
Values or code snippet captured at the break point
torch._C._is_cow_tensor during export
Explanation of why the graph break was triggered
Dynamo cannot safely export COW-state-dependent control flow because COW state is not represented in the exported graph.
Hints on how to resolve the graph break