GB0998

Graph-Break Type

Short name describing what triggered the graph break

source-less COW tensor check

Context

Values or code snippet captured at the break point

torch._C._is_cow_tensor on source-less tensor

Explanation

Explanation of why the graph break was triggered

Dynamo cannot safely guard COW state for an intermediate tensor without a source.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry