Skip to content

New release with binaries available

Compare
Choose a tag to compare
@kknox kknox released this 20 Jun 22:43
· 445 commits to master since this release

The /develop branch has seen improvements and bug fixes since the source posted on github, and it was time to merge that activity into /master. The highlights of the merge:

  • The code can compile and run tests on the MacOSX platform
  • Library support for non-AMD vendors has improved
  • Pckconfig support added for Linux
  • Fix to handle mismatched devices in the BakePlan & Enqueue API
  • Cmake improvements to detect and copy dependencies of targets
  • Option added to cmake to link clFFT either statically or dynamically

and many other bug fixes. In addition, this release of clFFT will provide binary packages for those who do not want to go through the steps of compiling the source on supported platforms. However, test dependencies are not packaged, and will need to be downloaded by the user. The clFFT test programs depend on FFTW.