GB5491

Graph-Break Type

Short name describing what triggered the graph break

Failed to mutate tensor data attribute across devices with different shape/strides

Context

Values or code snippet captured at the break point

setattr({obj}, {name}, {val})

Explanation

Explanation of why the graph break was triggered

Dynamo only supports cross-device .data mutation when shape and strides match

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry