From 867c64ea91776a50959833eba2a00fed73f9285d Mon Sep 17 00:00:00 2001 From: xiebaiyuan Date: Tue, 9 Jun 2020 19:18:08 +0800 Subject: [PATCH] [OPENCL] use depthwise3x3d1 to replace s1 enhance hn performance ,test=develop --- lite/kernels/opencl/depthwise_conv2d_image_compute_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lite/kernels/opencl/depthwise_conv2d_image_compute_test.cc b/lite/kernels/opencl/depthwise_conv2d_image_compute_test.cc index e36be300ba..d7921ebbbd 100644 --- a/lite/kernels/opencl/depthwise_conv2d_image_compute_test.cc +++ b/lite/kernels/opencl/depthwise_conv2d_image_compute_test.cc @@ -399,7 +399,6 @@ TEST(depthwise_conv2d, compute_image2d_3x3) { const int ih = 112; const int iw = 112; #endif - stride = (stride == 1) ? 2 : 1; // pad = (pad == 0) ? 1 : 0; const int fb = oc; const int ic = oc; -- GitLab