GB7444

Graph-Break Type

Short name describing what triggered the graph break

register_hook with stride-dependent code

Context

Values or code snippet captured at the break point

Hook accesses grad metadata (e.g. is_contiguous)

Explanation

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

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry