chainer / chainer-pytorch-migration

Chainer/PyTorch Migration Library

Home Page:https://chainer.github.io/migration-guide/#h.9wc1iaeyqb2c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate cupy memory pool sharing feature

kmaehashi opened this issue · comments

The feature is now implemented in PPE. https://github.com/pfnet/pytorch-pfn-extras/blob/master/docs/cuda.md
The PPE implementation is safer than CPM implementation because it supports the handling of non-default stream.