Short name describing what triggered the graph break
COW tensor check after COW-state-changing op
Values or code snippet captured at the break point
torch._C._is_cow_tensor after _lazy_clone
Explanation of why the graph break was triggered
Dynamo cannot safely fold a COW state check after an op in the current graph may have changed that tensor’s COW state.
Hints on how to resolve the graph break