From 7169f9378ce2e5b94b7722683f0bfc3dd5867562 Mon Sep 17 00:00:00 2001 From: luotao1 Date: Fri, 31 Aug 2018 10:26:49 +0800 Subject: [PATCH] fix mkldnn include format --- paddle/fluid/platform/device_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/platform/device_context.h b/paddle/fluid/platform/device_context.h index 88e0383146c..b97dad20db0 100644 --- a/paddle/fluid/platform/device_context.h +++ b/paddle/fluid/platform/device_context.h @@ -24,7 +24,7 @@ limitations under the License. */ #endif #ifdef PADDLE_WITH_MKLDNN -#include +#include "mkldnn.hpp" #endif #include -- GitLab