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
Causes the gradient arrays for scale and thickness to be garbage collected, however the model.shape_geo struct instead still has a reference to the underlying pointer (in its ctypes struct definition).
When used in the backward pass kernels will attempt to write to the now deallocated memory.
This can be reproduced by running test_sphere_pushing_on_rails_d6 in debug mode on CPU.