From b0ba2b061e5e130b8ef6648705a6a9cadd2c3b7b Mon Sep 17 00:00:00 2001 From: tensor-tang Date: Wed, 3 Jan 2018 18:46:58 +0800 Subject: [PATCH] fix typo --- paddle/platform/device_context.h | 1 - paddle/platform/mkldnn_helper.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/paddle/platform/device_context.h b/paddle/platform/device_context.h index 68abe937b19..44f3ac1d392 100644 --- a/paddle/platform/device_context.h +++ b/paddle/platform/device_context.h @@ -125,7 +125,6 @@ class CUDNNDeviceContext : public CUDADeviceContext { class MKLDNNDeviceContext : public CPUDeviceContext { public: explicit MKLDNNDeviceContext(CPUPlace place); - virtual ~MKLDNNDeviceContext(); /* \brief Add new element: memory, primitive or primitive desc */ template diff --git a/paddle/platform/mkldnn_helper.h b/paddle/platform/mkldnn_helper.h index 2649e4a5f37..07a9c362c57 100644 --- a/paddle/platform/mkldnn_helper.h +++ b/paddle/platform/mkldnn_helper.h @@ -14,7 +14,7 @@ limitations under the License. */ #pragma once -#include "mkldnn.hpp" +#include namespace paddle { namespace platform { -- GitLab