GB9352

Graph-Break Type

Short name describing what triggered the graph break

Data-dependent uint64 torch.Size element in torch._C._infer_size

Context

Values or code snippet captured at the break point

torch.uint64 tensor-backed size

Explanation

Explanation of why the graph break was triggered

Dynamo cannot safely validate that a data-dependent torch.uint64 value fits in torch.Size’s signed int64 range.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry