Tool/software: Linux
Hi,
We tried to use DSP accelerated cv::dft() .
It would compiled the opencl kernel for about 5 mins and return a compile error :
>>> Optimizer terminated abnormally
>>>> in function ifft_multi_radix_rows()
>> Compilation failure
OpenCL program build log: -D LOCAL_SIZE=50 -D kercn=10 -D FT=float -D CT=float2 -D RADIX_PROCESS='fft_radix2_B5(smem,twiddles+0,ind,1,25);fft_radix5_B2(smem,twiddles+1,ind,2,1T
>> Compilation failure
It will succeed in ARM .My SDK is 4.2.
Please help us ,we need dsp to accelerate dft();