Short name describing what triggered the graph break
register_hook with stride-dependent code
Values or code snippet captured at the break point
Hook accesses grad metadata (e.g. is_contiguous)
Explanation of why the graph break was triggered
register_hook callbacks that branch on gradient metadata are not supported because grad properties are unknown at trace time.
Hints on how to resolve the graph break
No hints provided.