== PyHST and OpenCL == To a certain degree, PyHST has been ported to OpenCL. Check-out the code via * git clone ssh://@ipefser1.fzk.de/home/ipefser1/vogelgesang/repos/oclfft.git * git clone ssh://@ipefser1.fzk.de/home/ipefser1/vogelgesang/repos/pyHST.git Build and install the OpenCL FFT library * cd $OCLFFT_DIR && cmake . && make && sudo make install as well as PyHST. Make sure to enable OpenCL support and copy the OpenCL kernel file wherever 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).