GB7020

Graph-Break Type

Short name describing what triggered the graph break

COW tensor check during export

Context

Values or code snippet captured at the break point

torch._C._is_cow_tensor during export

Explanation

Explanation of why the graph break was triggered

Dynamo cannot safely export COW-state-dependent control flow because COW state is not represented in the exported graph.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry