Short name describing what triggered the graph break
Custom op missing fake impl during tracing
Values or code snippet captured at the break point
{node.target}
Explanation of why the graph break was triggered
A custom operator was defined and register_fake’d inside the compiled function, then called before the register_fake side effect was applied.
Hints on how to resolve the graph break