From a4ddc9a4abb9992818640b095dfe1003696cf65d Mon Sep 17 00:00:00 2001 From: yangfei Date: Tue, 6 Nov 2018 13:05:35 +0800 Subject: [PATCH] repair bug of test-gpu --- test/net/test_mobilenet_GPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/net/test_mobilenet_GPU.cpp b/test/net/test_mobilenet_GPU.cpp index 30f420bcd2..a3e61f5edd 100644 --- a/test/net/test_mobilenet_GPU.cpp +++ b/test/net/test_mobilenet_GPU.cpp @@ -18,7 +18,7 @@ limitations under the License. */ #include "../../src/common/types.h" int main() { - paddle_mobile::PaddleMobile paddle_mobile; + paddle_mobile::PaddleMobile paddle_mobile; // paddle_mobile.SetThreadNum(4); auto time1 = paddle_mobile::time(); #ifdef PADDLE_MOBILE_CL -- GitLab