From 6a6c29c1c912d798559cf0fef2d777a7437b2dfd Mon Sep 17 00:00:00 2001 From: Luca Wehrstedt Date: Mon, 4 May 2020 04:42:41 -0700 Subject: [PATCH] Update TensorPipe submodule (#37729) Summary: In order to include these fixes that were blocking https://github.com/pytorch/pytorch/pull/35483: - https://github.com/pytorch/tensorpipe/commit/673eda9efc167f82879fea8245d9d432937833c8 - https://github.com/pytorch/tensorpipe/commit/ff8d1733ad861ad3eaa3e293a288a8eeb4fc3d19 - https://github.com/pytorch/tensorpipe/commit/c73367836f27b92e5808de390915f6fccae9a991 Pull Request resolved: https://github.com/pytorch/pytorch/pull/37729 Reviewed By: beauby Differential Revision: D21378972 Pulled By: lw fbshipit-source-id: 3375fe1fa6e79817da3bb033127c3c8f31c3ffc3 --- .gitmodules | 2 +- third_party/tensorpipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ebd1f11744f507d..509ab94f1cf44da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -129,4 +129,4 @@ [submodule "third_party/tensorpipe"] ignore = dirty path = third_party/tensorpipe - url = https://github.com/pytorch/tensorpipe + url = https://github.com/pytorch/tensorpipe.git diff --git a/third_party/tensorpipe b/third_party/tensorpipe index 151b31c95edd003..c73367836f27b92 160000 --- a/third_party/tensorpipe +++ b/third_party/tensorpipe @@ -1 +1 @@ -Subproject commit 151b31c95edd003c8d70868d471cd8c0bc1be1d0 +Subproject commit c73367836f27b92e5808de390915f6fccae9a991