Skip to content

New release with binaries available

Compare
Choose a tag to compare
@kknox kknox released this 20 Jun 22:25
· 287 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 (thanks to contributions from @gicmo & @abergeron)
  • Hang fixed in hemm & symm when tuning
  • Client program extended with an option to use *copyBufferRect() API to copy data
  • Support for vs2013 added
  • Proof-of-concept wrapper for clBLAS added with sgemm
  • Cmake improvements to detect and copy dependencies of targets
  • A staging directory was added to the build process to ease debugging during development

and many other bug fixes. In addition, this release of clBLAS 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 clBLAS test programs depend on ACML.