GB0288

Graph-Break Type

Short name describing what triggered the graph break

Can’t extract message from torch._check()

Context

Values or code snippet captured at the break point

str(message_vt)

Explanation

Explanation of why the graph break was triggered

The second argument of torch._check() must be a functiondefined within the torch.compile regionthat does not reference a non-local variable.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry