1 | | == test page == |
| 1 | == PyHST and OpenCL == |
| 2 | |
| 3 | To a certain degree, PyHST has been ported to OpenCL. Check-out the code via |
| 4 | |
| 5 | * git clone ssh://<user>@ipefser1.fzk.de/home/ipefser1/vogelgesang/repos/oclfft.git |
| 6 | * git clone ssh://<user>@ipefser1.fzk.de/home/ipefser1/vogelgesang/repos/pyHST.git |
| 7 | |
| 8 | Build and install the OpenCL FFT library |
| 9 | |
| 10 | * cd $OCLFFT_DIR && cmake . && make && sudo make install |
| 11 | |
| 12 | as well as PyHST. Make sure to enable OpenCL support and copy the OpenCL kernel file wherevery you intend to run PyHST. Please note: This has only been tested with a limited set of data and does not yet cover all features from the pure CPU version (such as FAI360 support). |