GB2464

Graph-Break Type

Short name describing what triggered the graph break

autograd.Function.apply: mark_dirty input not returned

Context

Values or code snippet captured at the break point

Explanation

Explanation of why the graph break was triggered

Dynamo only supports ctx.mark_dirty when each dirty input is also returned from forward.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry