mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[TensorPipe] Update tensorpipe subodule + remove TP_NEW_API switch. (#56260)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56260 Test Plan: CI Reviewed By: lw Differential Revision: D27693102 fbshipit-source-id: b682e88f818657065a478b5a90ca1a4ca8c52018
This commit is contained in:
committed by
Facebook GitHub Bot
parent
928a4733af
commit
be2a0805d2
2
third_party/tensorpipe
vendored
2
third_party/tensorpipe
vendored
Submodule third_party/tensorpipe updated: e5e974b6cd...416a9d8a4a
@ -11,13 +11,8 @@
|
||||
|
||||
namespace tensorpipe {
|
||||
class Message;
|
||||
#ifdef TP_NEW_API
|
||||
class Allocation;
|
||||
class Descriptor;
|
||||
#else
|
||||
using Allocation = Message;
|
||||
using Descriptor = Message;
|
||||
#endif // TP_NEW_API
|
||||
} // namespace tensorpipe
|
||||
|
||||
namespace torch {
|
||||
|
Reference in New Issue
Block a user