From e3b1758f19018d02ff0a509301cbad32cfe90aea Mon Sep 17 00:00:00 2001 From: "Gu, Jinghui" Date: Fri, 29 Mar 2019 13:50:51 -0700 Subject: [PATCH] Upgrade mkldnn-bridge to revert tensor capacity patch and prepare for DNNLOWP support (#18471) Summary: 1. Upgrade mkldnn-bridge to revert tensor capacity patch to avoid ASAN issue. 2. Prepare for DNNLOWP support. Pull Request resolved: https://github.com/pytorch/pytorch/pull/18471 Differential Revision: D14621569 Pulled By: yinghai fbshipit-source-id: 9df300b77d0f2acd1a4f63c2925b7a7cab7a474e --- third_party/ideep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/ideep b/third_party/ideep index e5e7c8f..960ee3a 160000 --- a/third_party/ideep +++ b/third_party/ideep @@ -1 +1 @@ -Subproject commit e5e7c8f06e5c8e80aa265a347110f5ff5a466b91 +Subproject commit 960ee3a20d975655d3fa8e40e445898a1e3b4078 -- 2.7.4