Short name describing what triggered the graph break
source-less COW tensor check
Values or code snippet captured at the break point
torch._C._is_cow_tensor on source-less tensor
Explanation of why the graph break was triggered
Dynamo cannot safely guard COW state for an intermediate tensor without a source.
Hints on how to resolve the graph break