speed of fft using imx.6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

speed of fft using imx.6

1,955 次查看
vividchloe
Contributor II

hi,

     I have tried to make a fft calculation with opencl in imx6qp,but the speed was so slow.

     It cost 300+us to calculate a 2048 points fft of a sine signal when using GPU while almost cost 8000+us with arm. The result was right ,but I wonder if the speed is normal? Or is there any method to accelerate?  How long does it cost usually?

Thank you!

标签 (1)
0 项奖励
回复
2 回复数

1,520 次查看
igorpadykov
NXP Employee
NXP Employee

Hi vivid

fft algorithms are specially handled by dsp processors, so seems with i.MX6

more suitable to try neon:

Android Community: Ne10 FFT feature | ARM Connected Community 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,520 次查看
vividchloe
Contributor II

Thank you very much! I had tried the lib NE10,but I didn't now how to add it to the tool-chain of the board,so the target showed that "error while loading shared libraries: libNE10_shared.so.10",do you have any advice?

0 项奖励
回复