search for: 660c6787

Displaying 2 results from an estimated 2 matches for "660c6787".

Did you mean: 660687
2015 Feb 04
0
opus Digest, Vol 72, Issue 17
...-of-2**, mainly for nfft = 60, 120, 240, 480. But any reason why this functionality cannot be extended to power-of-2 as well? Note: Actually, I can no longer even compile latest NE10. What is working in my local setup is if I just take last patch from commit (79c3d7873) and apply it to old commit (660c6787). You can see my working NE10 code at https://git.linaro.org/people/viswanath.puttagunta/Ne10.git (branch: rfcv2_ne10_fft) My compile instructions: git clone https://github.com/projectNe10/Ne10.git cd Ne10 && mkdir build && cd build cmake -DNE10_BUILD_SHARED=ON -DCMAKE_TOOLCHAIN_FI...
2015 Feb 03
2
opus Digest, Vol 72, Issue 17
Hi all, I have already added support for scaled forward non-power-of-2 floating-point FFT: https://github.com/projectNe10/Ne10/commit/79c3d787302f8d74b9bcfe6545d487cdf1b101d9 Two flags are added to cfg structure: is_forward_scaled and is_backward_scaled. By setting is_forward_scaled to anything but zero, ne10_fft_c2c_1d_float32_neon will scale the output. So we can remove need for one buffer on