Running Test Bench On Linux & Windows - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

The AOCL-FFTZ test bench supports multiple options in order to compute, validate, and benchmark FFT.

Following are a few sample commands to use and test with the test bench:

  • The test bench can be run by using the following syntax:

./aocl_fftz_bench [OPTIONS]... PROBLEM_SIZE
  • Use the following command to set the precision for FFT:

./aocl_fftz_bench -p/--precision <d/f>
  • Use the following command to set the data model for FFT:

./aocl_fftz_bench -m/--data-model <l/i>
  • Use the following command to run the test bench with the requested bench type:

./aocl_fftz_bench -b/--bench-type <p/a>
  • Use the following command to run the test bench with the requested FFT type:

./aocl_fftz_bench -f/--fft-type <c2c>
  • Use the following command to view other options available for the test bench:

./aocl_fftz_bench -h/--help