Short name describing what triggered the graph break
torch.library.wrap_triton call with > 1 args
Values or code snippet captured at the break point
args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
Attempted to call wrap_triton/capture_triton with > 1 args. Dynamo does not support this.
Hints on how to resolve the graph break