GB0015
Graph-Break Type
Short name describing what triggered the graph break
Attempted to wrap sparse Tensor
Context
Values or code snippet captured at the break point
Explanation
Explanation of why the graph break was triggered
torch.compile does not support sparse Tensors
Hints
Hints on how to resolve the graph break
- It may be possible to write Dynamo tracing rules for this code. Please report an issue to PyTorch if you encounter this graph break often and it is causing performance issues.
Click here to add Additional Info
Back to Registry