GB0099

Graph-Break Type

Short name describing what triggered the graph break

Skip inlining torch.compiler.disable()d function

Context

Values or code snippet captured at the break point

str(func.get_function())

Explanation

Explanation of why the graph break was triggered

Skip inlining function {func.get_function()} since it was wrapped with torch.compiler.disable (reason: {msg})

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry