Skip to content

clBLAS-2.4.0 Release

Compare
Choose a tag to compare
@TimmyLiu TimmyLiu released this 13 Apr 20:22
· 251 commits to master since this release

Release based on merge from develop branch to master branch.
The highlights of the merge:

  • fix correctness bug of c/zsyr2k; fix correctness bug in ktest's reference code
  • improve tuning tool coverage
  • allow another parent CMake project to call clBLAS as subdirectory (thanks to contributions from @robertsdionne )
  • bug fix related to Intel CPU (thanks for contributions from @pavanky )
  • bug fix related to Intel OpenCL driver (thanks for contributions from @pavanky )
  • bug fix related to Intel SDKs on Windows, Apple SDKs on OSX (thanks for contributions from @pavanky )
  • enable build static library (thanks for contributions from @glehmann )
  • some installation and prefix fixes (thanks for contributions from @glehmann )
  • allow user to build gtest from source (thanks for contributions from @glehmann )