Forum Discussion

JBorr6's avatar
JBorr6
Icon for New Contributor rankNew Contributor
5 years ago
Solved

Loop unrolling doesn't improve the processing time of radix-4 butterfly

I am running an emulation of an FFT using aocl 19.1.0.240 with s10_gh1e1_4Dx2 board. But when I tried comparing the radix-4 butterfly with (#pragma unroll before the for loop) and without loop unrol...