GB6735

Graph-Break Type

Short name describing what triggered the graph break

torch.library.wrap_triton call with > 1 args

Context

Values or code snippet captured at the break point

args={args}, kwargs={kwargs}

Explanation

Explanation of why the graph break was triggered

Attempted to call wrap_triton/capture_triton with > 1 args. Dynamo does not support this.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry