Short name describing what triggered the graph break
Attempted to reconstruct context manager’s enter method
Values or code snippet captured at the break point
str(self.ctx)
Explanation of why the graph break was triggered
Attempted to reconstruct context manager {type_str} while tracing with ...:
Hints on how to resolve the graph break
with ctx:ctx.__enter__() method.torch.compile does not expect this to happen.