mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Fixes #24677
This commit is contained in:
parent
ef8a5eb620
commit
a289eba357
@ -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