GB0374

Graph-Break Type

Short name describing what triggered the graph break

Sparse tensor creation not supported

Context

Values or code snippet captured at the break point

function: {fn_name}

Explanation

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

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry