GB0172

Graph-Break Type

Short name describing what triggered the graph break

async_op=True for distributed collectives

Context

Values or code snippet captured at the break point

{self.fn}, args={args}, kwargs={kwargs}

Explanation

Explanation of why the graph break was triggered

torch.compile doesn’t support `async_op=True for {self.fn}

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry