You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When planting into a remat, if the planted object has different aval than the target, the result is an object whose trace-time and runtime avals don't match.
For example, this prints ((3,), dtype('int32')) followed by (2,) float64:
When planting into a remat, if the planted object has different aval than the target, the result is an object whose trace-time and runtime avals don't match.
For example, this prints
((3,), dtype('int32'))
followed by(2,) float64
:The text was updated successfully, but these errors were encountered: