GB0344

Graph-Break Type

Short name describing what triggered the graph break

wrap_with_autocast: expected constant arg

Context

Values or code snippet captured at the break point

str(args)

Explanation

Explanation of why the graph break was triggered

wrap_with_autocast expects device_type, dtype, enabled, and cache_enabled arguments to be constants.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry