mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

Separate measurement of fftw plan creation #51

Closed tdd11235813 closed 7 years ago

tdd11235813 commented 7 years ago

It should be possible to use a different workflow for fftw, so init_forward and init_backward is called before transform routines. As of version with variadic template support in gearshifft I could handle this by a further argument indicating whether plans are reusable or not.

psteinb commented 7 years ago

Very good idea.

tdd11235813 commented 7 years ago

solved as template parameter was added to gearshifft::FFT to handle plan reusability in #53