Short name describing what triggered the graph break
Attempted to call torch in-graph function on only torch.SymInt arguments
Values or code snippet captured at the break point
fn={self.value}, args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
Attempted to call {str(self.value)} (that should be put in the FX graph) on only torch.SymInt arguments. Dynamo does not support this.
Hints on how to resolve the graph break