tensorpipe icon indicating copy to clipboard operation
tensorpipe copied to clipboard

Implement "memcpy" transport and channel, for intra-process communication

Open lw opened this issue 4 years ago • 1 comments

Some prospective users have been asking whether TensorPipe will support pipes between different threads of the same program. There's no reason not to support this, and its implementation is very straightforward (basically a few memcpys, some global state and a bunch of synchronization primitives).

lw avatar Feb 17 '20 13:02 lw