GB0377

Graph-Break Type

Short name describing what triggered the graph break

Call to torch.compiler.disable()

Context

Values or code snippet captured at the break point

Called torch.compiler.disable() with args {args}, kwargs {kwargs}

Explanation

Explanation of why the graph break was triggered

torch.compiler.disable() was called inside a compiled region. This API disables compilation when used as a decorator or wrapper outside the compiled region.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry