Skip to content

Clients

Bragadeesh Natarajan edited this page Dec 20, 2017 · 25 revisions

Benchmarking through rider client

To get help information for running rider

cd ~/build/release/clients/staging
./rocfft-rider -h

The following is an example for running a particular a FFT of length 1024 benchmark:

./rocfft-rider -x 1024 -b 1000 -p 100

Unit tests through googletest

Run tests with the following:

cd ~/build/release/clients/staging
./rocfft-test

Known issues:

Root-cause: You may have another boost version installed (maybe system boost). Solution: rebuild and reinstall boost with clang compiler

Clone this wiki locally