Short name describing what triggered the graph break
using torch.autograd.grad with torch._dynamo.config.trace_autograd_ops=False
Values or code snippet captured at the break point
trace_autograd_ops={config.trace_autograd_ops}
Explanation of why the graph break was triggered
Attempted to call torch.autograd.grad with config torch._dynamo.config.trace_autograd_ops set to False.
Hints on how to resolve the graph break
torch._dynamo.config.trace_autograd_ops to True.