GB6066

Graph-Break Type

Short name describing what triggered the graph break

ContextVar.get() with non-constant default

Context

Values or code snippet captured at the break point

ContextVar(‘{self.cv_obj.name}’).get(…)

Explanation

Explanation of why the graph break was triggered

ContextVar.get() default argument must be a compile-time constant inside torch.compile.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry