AccFFT
flags.md
1 AccFFT Flags {#flags}
2 ============
3 
4 Flags are used to tune the library during the setup time
5 to use the best configuration.
6 Currently two flags are supported:
7 
8 1. ACCFFT_ESTIMATE: Minimal/no tuning.
9 2. ACCFFT_MEASURE: Tunes for local FFT execution algorithm, as well as global transposes to
10 reduce communication time.