GB7905

Graph-Break Type

Short name describing what triggered the graph break

COW tensor check on FakeTensor

Context

Values or code snippet captured at the break point

torch._C._is_cow_tensor on FakeTensor

Explanation

Explanation of why the graph break was triggered

Dynamo cannot safely evaluate COW state from a FakeTensor because COW state is not represented in FakeTensor metadata.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry