Runtime dispatch for plan_fft

,

No, because it only affects garbage collection of plans (and only in relatively rare cases where there was thread contention when the initial deallocation was attempted).

Also, the plan_fft call itself shouldn’t be in a performance-critical path — the intended usage of FFTW is that, if performance matters, you should create plans once and then re-use them many times.

1 Like