mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Merge pull request #24858 from Dhanwanth1803:avx-fix
Use AVX2 overload instread on AVX in AVX2 scope
This commit is contained in:
commit
68dc02e302
@ -338,7 +338,7 @@ int runWinograd63(InputArray _input, InputArray _fusedAddMat, OutputArray _outpu
|
|||||||
}
|
}
|
||||||
#if CV_TRY_AVX2
|
#if CV_TRY_AVX2
|
||||||
if (conv->useAVX2)
|
if (conv->useAVX2)
|
||||||
opt_AVX::winofunc_AtXA_8x8_F32((float *)out_wbuf + ((k - k0)*CONV_WINO_IBLOCK + (block_id - block_id0))*CONV_WINO_AREA, CONV_WINO_SIZE,
|
opt_AVX2::winofunc_AtXA_8x8_F32((float *)out_wbuf + ((k - k0)*CONV_WINO_IBLOCK + (block_id - block_id0))*CONV_WINO_AREA, CONV_WINO_SIZE,
|
||||||
bpptr, outstep, outptr, outstep, biasv, minval, maxval, ifMinMaxAct);
|
bpptr, outstep, outptr, outstep, biasv, minval, maxval, ifMinMaxAct);
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user