This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于FFC



6618有三个FFTC,我现在需要提升FFTC计算性能,需要用上全部的FFTC,想问一下三个FFTC可以并行运行吗?因为我做的是FFT,基带前端部分,FFTC只能运行在某一个核,我看了FFTC多实例的例子,是运行在2个任务里面的,现在我的FFTC是要放在某个核的1个任务里面,并且要启动三个FFTC,三个FFTC是不是并行计算的?