- added out-of-place real transform to example05

- makefile now uses system-installed version of clFFT
This commit is contained in:
Dakota St. Laurent
2015-08-18 19:33:47 -04:00
parent bff9fd6443
commit 2891c9d6f5
3 changed files with 106 additions and 56 deletions

View File

@@ -60,7 +60,7 @@ An example of the CLFFT library for an in-place complex-planar transform. There
- for Python, numpy and scipy are required
## example 05
Another CLFFT example where an in-place real transform is performed. There's also FFTW code and Python code for checking the answer.
Another CLFFT example where an in-place real transform and an out-of-place real transform are performed. There's also FFTW code and Python code for checking the answer.
- clFFT is required; installation instructions can be found inside example04/README.md
- FFTW is required; installation is as simple as extracting FFTW's tar file, then running `./configure && sudo make && sudo make install`