pytorch
7f0d321d - Add missing gc untrack for cpp autograd Nodes (#92351)

Commit
2 years ago
Add missing gc untrack for cpp autograd Nodes (#92351) Fixes https://github.com/pytorch/pytorch/issues/91161 the assertion after the warning seems to be linked to the fact that we didn't untrack this properly. In 3.11 they added a warning when this is not called properly before tp_free Pull Request resolved: https://github.com/pytorch/pytorch/pull/92351 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading