Short name describing what triggered the graph break
Unsupported Tensor.share_memory_() call
Values or code snippet captured at the break point
call_method {self} share_memory_
Explanation of why the graph break was triggered
Dynamo does not support Tensor.share_memory_() which modifies tensor storage for IPC
Hints on how to resolve the graph break