-
Notifications
You must be signed in to change notification settings - Fork 85
Clients
Bragadeesh Natarajan edited this page Dec 20, 2017
·
25 revisions
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
Run tests with the following:
cd ~/build/release/clients/staging
./rocfft-test
-
error: downloading 'http://sourceforge.net/projects/boost/files/boost/1.61.0/boost_1_61_0.tar.bz2/download' failed That is a server issue. Please try it later or you manually download and install it as instructed above.
-
"./build/release/clients/staging/rocfft-rider-d -h" gives "rocfft error condition reported: character conversion failed"
Root-cause: You may have another boost version installed (maybe system boost). Solution: rebuild and reinstall boost with clang compiler