Short name describing what triggered the graph break
wrap_with_autocast: expected constant arg
Values or code snippet captured at the break point
str(args)
Explanation of why the graph break was triggered
wrap_with_autocast expects device_type, dtype, enabled, and cache_enabled arguments to be constants.
Hints on how to resolve the graph break