tensorpipe
tensorpipe copied to clipboard
Support GPU tensor transport on pytorch
According to https://pytorch.org/docs/stable/rpc.html, tensorpipe currently does not support sending GPU tensors over the wire. I'm wondering when this functionality would be implemented and integrated with pytorch.
GPU support is what we're currently working on. You can see that #175 adds a first native CUDA channel. More changes will be needed after that, but we're hoping to get this all done in time for PyTorch 1.7.