GB8587

Graph-Break Type

Short name describing what triggered the graph break

COW tensor check after COW-state-changing op

Context

Values or code snippet captured at the break point

torch._C._is_cow_tensor after _lazy_clone

Explanation

Explanation of why the graph break was triggered

Dynamo cannot safely fold a COW state check after an op in the current graph may have changed that tensor’s COW state.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry