pytorch
44daf193 - Migrate remaining shared_ptr<Future> to intrusive_ptr (#58420)

Commit
3 years ago
Migrate remaining shared_ptr<Future> to intrusive_ptr (#58420) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58420 In https://github.com/pytorch/pytorch/pull/57636 I migrated most uses of Future to an intrusive_ptr. I thought I had all of them but I missed a couple. These are the remaining ones. (The next PR will make it impossible to add new usages of shared_ptr). ghstack-source-id: 129567071 Test Plan: CI Reviewed By: mrshenli Differential Revision: D28477285 fbshipit-source-id: 75008276baa59e26b450e942c009ec7e78f89b13
Author
lw lw
Parents
Loading