GB5282

Graph-Break Type

Short name describing what triggered the graph break

COW tensor check after mutation

Context

Values or code snippet captured at the break point

torch._C._is_cow_tensor after tensor mutation

Explanation

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

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry