Short name describing what triggered the graph break
ContextVar.get() with non-constant default
Values or code snippet captured at the break point
ContextVar(‘{self.cv_obj.name}’).get(…)
Explanation of why the graph break was triggered
ContextVar.get() default argument must be a compile-time constant inside torch.compile.
Hints on how to resolve the graph break