Short name describing what triggered the graph break
COW tensor check after mutation
Values or code snippet captured at the break point
torch._C._is_cow_tensor after tensor mutation
Explanation of why the graph break was triggered
Dynamo cannot safely fold a COW state check after the tensor’s state may have changed inside the compiled frame.
Hints on how to resolve the graph break