pytorch
85639c1a - [allocator] Generalize recording to a pool (#96542)

Commit
1 year ago
[allocator] Generalize recording to a pool (#96542) Previously the allocator would query whether a stream was recording a graph, and look up the pool associated with a graph. This change has the allocator directly associate a stream with a mempool, decoupling "record this stream to a pool" from the action of "record all actions to a cuda graph". Pull Request resolved: https://github.com/pytorch/pytorch/pull/96542 Approved by: https://github.com/eellison
Author
Committer
Parents
Loading