From 881c5d00d0e44cd957eeea2532c556a0eef8117a Mon Sep 17 00:00:00 2001 From: qijun Date: Tue, 15 Aug 2017 16:08:11 +0800 Subject: [PATCH] remove device_context deps in memcpy --- paddle/memory/memcpy.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/memory/memcpy.cc b/paddle/memory/memcpy.cc index aaab1142ca1..a19a3e3675e 100644 --- a/paddle/memory/memcpy.cc +++ b/paddle/memory/memcpy.cc @@ -16,8 +16,6 @@ limitations under the License. */ #include // for memcpy -#include "paddle/platform/device_context.h" - namespace paddle { namespace memory { -- GitLab