File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ void exhaustive_L2sqr_blas_default_impl(
321321 ip_block.get (),
322322 &nyi);
323323 }
324- #pragma omp parallel for
325324 for (int64_t i = i0; i < i1; i++) {
326325 float * ip_line = ip_block.get () + (i - i0) * (j1 - j0);
327326
@@ -423,7 +422,6 @@ void exhaustive_L2sqr_blas_cmax_avx2(
423422 ip_block.get (),
424423 &nyi);
425424 }
426- #pragma omp parallel for
427425 for (int64_t i = i0; i < i1; i++) {
428426 float * ip_line = ip_block.get () + (i - i0) * (j1 - j0);
429427
@@ -633,7 +631,6 @@ void exhaustive_L2sqr_blas_cmax_sve(
633631 ip_block.get (),
634632 &nyi);
635633 }
636- #pragma omp parallel for
637634 for (int64_t i = i0; i < i1; i++) {
638635 const size_t count = j1 - j0;
639636 float * ip_line = ip_block.get () + (i - i0) * count;
You can’t perform that action at this time.
0 commit comments