From 0345dd191f293475a82199cf8c6916c89a9f421b Mon Sep 17 00:00:00 2001 From: xiebaiyuan Date: Mon, 5 Nov 2018 21:59:01 +0800 Subject: [PATCH] suite precommit suite precommit --- src/io/paddle_mobile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/paddle_mobile.h b/src/io/paddle_mobile.h index 90b51cc404..7580de5e49 100644 --- a/src/io/paddle_mobile.h +++ b/src/io/paddle_mobile.h @@ -36,7 +36,7 @@ class PaddleMobile { public: PaddleMobile() { #ifndef PADDLE_MOBILE_CL - bool is_gpu= std::is_same, Dtype>::value; + bool is_gpu = std::is_same, Dtype>::value; PADDLE_MOBILE_ENFORCE(!is_gpu, "Not Enable GPU in CmakeList but run gpu codes "); #endif -- GitLab