▲ | HarHarVeryFunny 4 days ago | |||||||
I'm curious why you wouldn't just use a library like FFTW or Intel's IPP (or NVidia's cuFFT if applicable) ? | ||||||||
▲ | Const-me 4 days ago | parent [-] | |||||||
For FFTW the showstopper was GPL license. For IPP, 200 MB of binary dependencies, also I remember when Intel was caught testing for Intel CPUs specifically in their runtime libraries instead or CPUID feature bits, deliberately crippling performance on AMD CPUs. I literally don’t have any Intel CPUs left in this house. For cuFFT, the issue is vendor lock-in to nVidia. And the problem is IMO too small to justify large dependencies. I only needed like 200×400 FFT as a minor component of a larger software. | ||||||||
|