Short name describing what triggered the graph break
Unsupported autograd.Function context mark_dirty
Values or code snippet captured at the break point
call_method {self} mark_dirty
Explanation of why the graph break was triggered
Dynamo only supports tracing ctx.mark_dirty inside autograd.Function.apply.
Hints on how to resolve the graph break