Short name describing what triggered the graph break
Sparse tensor creation not supported
Values or code snippet captured at the break point
function: {fn_name}
Explanation of why the graph break was triggered
torch.compile does not support sparse tensor creation functions like {fn_name}. Sparse tensors require specialized handling that is not yet implemented in the compiler.
Hints on how to resolve the graph break