Short name describing what triggered the graph break
autograd.grad with compiled autograd
Values or code snippet captured at the break point
compiled_autograd is currently enabled
Explanation of why the graph break was triggered
torch.autograd.grad() inside torch.compile is not supported when compiled autograd is enabled. These two features have conflicting requirements for how the autograd graph is traced.
Hints on how to resolve the graph break