Examples and benchmarksΒΆ
Build examples with the default Makefile target:
make
Run quick demos:
./build/examples/c_api_demo
./build/examples/cpp_api_demo
Run the general benchmark:
./build/examples/benchmark 4096 200
Run the BODFT benchmark:
./build/examples/bodft_benchmark 4096 200
Build optional probes:
make probes
Run comparison probes:
./build/tests/bfft_fftw_sfdr_bh7_probe 16 8 8 bh7 f32-native
./build/tests/bfft_library_compare_probe 12
The library comparison probe reports which external FFT references are available in the current environment.