GB0170

Graph-Break Type

Short name describing what triggered the graph break

Data-dependent branching

Context

Values or code snippet captured at the break point

attempted to jump with {value}

Explanation

Explanation of why the graph break was triggered

“Detected data-dependent branching (e.g. if my_tensor.sum() > 0:). “ “Dynamo does not support tracing dynamic control flow.” + trace_info

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry