Short name describing what triggered the graph break
Failed to mutate tensor data attribute
Values or code snippet captured at the break point
setattr({obj}, {name}, {val})
Explanation of why the graph break was triggered
Dyanmo only supports mutating .data of tensor created outside torch.compile region
Hints on how to resolve the graph break
.data on this tensor, or movetorch.compile region