[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:
Lucas Hosseini
2021-04-17 07:29:48 -07:00
committed by Facebook GitHub Bot
parent 928a4733af
commit be2a0805d2
2 changed files with 1 additions and 6 deletions

View File

@ -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 {