未验证 提交 fa795ace 编写于 作者: Y YoLucky 提交者: GitHub

Fix, bugs of omp on armv7a convdw5x5 (#427)

上级 5feac347
......@@ -127,7 +127,7 @@ void depthwise_conv_k5s2(float* input_buf, float* weight_buf, float* bias, float
int mid_w = output_w - 2;
int mid_w_block = mid_w & -4;
#pragma omp parallel for num_threads(num_thread)
// #pragma omp parallel for num_threads(num_thread)
for (int c = 0; c < channel; c++)
{
int w, h;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册