GB4197

Graph-Break Type

Short name describing what triggered the graph break

Unsupported Tensor.share_memory_() call

Context

Values or code snippet captured at the break point

call_method {self} share_memory_

Explanation

Explanation of why the graph break was triggered

Dynamo does not support Tensor.share_memory_() which modifies tensor storage for IPC

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry