提交 867c64ea 编写于 作者: xiebaiyuan's avatar xiebaiyuan

[OPENCL] use depthwise3x3d1 to replace s1 enhance hn performance ,test=develop

上级 9f343156
...@@ -399,7 +399,6 @@ TEST(depthwise_conv2d, compute_image2d_3x3) { ...@@ -399,7 +399,6 @@ TEST(depthwise_conv2d, compute_image2d_3x3) {
const int ih = 112; const int ih = 112;
const int iw = 112; const int iw = 112;
#endif #endif
stride = (stride == 1) ? 2 : 1;
// pad = (pad == 0) ? 1 : 0; // pad = (pad == 0) ? 1 : 0;
const int fb = oc; const int fb = oc;
const int ic = oc; const int ic = oc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册