Short name describing what triggered the graph break
Attempted to wrap a dual tensor input
Values or code snippet captured at the break point
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 on how to resolve the graph break