Short name describing what triggered the graph break
async_op=True for distributed collectives
Values or code snippet captured at the break point
{self.fn}, args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
torch.compile
doesn’t support `async_op=True for {self.fn}
Hints on how to resolve the graph break