Commit 6a6c29c
1 parent e26631b commit 6a6c29c
2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + |
Submodule tensorpipe updated 25 files
- cmake/Finduv.cmake+1
- cmake/pytorch.cmake+1-1
- tensorpipe/benchmark/benchmark_pipe.cc+56-22
- tensorpipe/channel/basic/channel.cc+12-20
- tensorpipe/channel/basic/context.cc+2-6
- tensorpipe/channel/cma/channel.cc+11-22
- tensorpipe/channel/cma/context.cc+2-6
- tensorpipe/common/callback.h+96-194
- tensorpipe/core/context.cc+2-8
- tensorpipe/core/listener.cc+17-26
- tensorpipe/core/message.h+14
- tensorpipe/core/pipe.cc+159-103
- tensorpipe/proto/core.proto+8-1
- tensorpipe/python/tensorpipe.cc+83-2
- tensorpipe/test/core/context_test.cc+90-41
- tensorpipe/test/proto/core_test.cc+1-1
- tensorpipe/test/python/tensorpipe.py+14-4
- tensorpipe/test/transport/connection_test.cc+4-2
- tensorpipe/transport/shm/connection.cc+4-8
- tensorpipe/transport/shm/context.cc+2-6
- tensorpipe/transport/shm/loop.cc+2-6
- tensorpipe/transport/shm/reactor.cc+2-6
- tensorpipe/transport/uv/context.cc+2-6
- tensorpipe/transport/uv/listener.cc+1-5
- tensorpipe/transport/uv/loop.cc+2-6
0 commit comments