GB0375

Graph-Break Type

Short name describing what triggered the graph break

Attempted to wrap a dual tensor input

Context

Values or code snippet captured at the break point

Explanation

Explanation of why the graph break was triggered

torch.compile does not support input tensors that carry a forward-mode AD tangent; compiled code would silently drop the tangent.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry