GB0296

Graph-Break Type

Short name describing what triggered the graph break

attempted to reorder a debugging function that can’t actually be reordered

Context

Values or code snippet captured at the break point

fn: {self.value}, args: {args}, kwargs: {kwargs}

Explanation

Explanation of why the graph break was triggered

torch.compile can only reorder functions where the arguments are Tensors, constants, or string formatters.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry