Short name describing what triggered the graph break
ContextVar mutation not supported
Values or code snippet captured at the break point
ContextVar(‘{self.cv_obj.name}’).{name}()
Explanation of why the graph break was triggered
ContextVar.{name}() is not yet supported inside torch.compile. Move the .{name}() call outside the compiled region.
Hints on how to resolve the graph break