summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-08-12Fixed .hpp -> .h typo in CMakeListsCedric Nugteren
2017-08-12Properly set the common test utilities in the CMake filesCedric Nugteren
2017-08-12Moved some utility functions to a test-specific utility compilation-unitCedric Nugteren
2017-08-11Updated CMakeLists to include header files such that IDEs can locate themCedric Nugteren
2017-08-08Updated to version 1.0.1 (bugfix release)Cedric Nugteren
2017-07-30Updated to version 1.0.0Cedric Nugteren
2017-07-30Fixes warnings for Clang & AppleClangCedric Nugteren
2017-07-30Fixes to AppVeyor and Travis scriptsCedric Nugteren
2017-07-12Removed spurious warning for Clang < 3.9Cedric Nugteren
2017-06-29Added batched GEMM example programCedric Nugteren
2017-06-27Moved and inlined some static member variables and disabled spurious clang wa...Cedric Nugteren
2017-06-26Fixed and suppresses several warnings for MSVCCedric Nugteren
2017-06-26Reduced optimization level for the (non-performance critical) host-code to sp...Cedric Nugteren
2017-05-02Updated to version 0.11.0Cedric Nugteren
2017-04-16Finalized support for performance testing against cuBLASCedric Nugteren
2017-04-03Added proper CMake searching for CUDA and cuBLASCedric Nugteren
2017-04-02Layed the groundwork for cuBLAS comparisons in the clientsCedric Nugteren
2017-03-10Added API and test infrastructure for the batched GEMM routineCedric Nugteren
2017-03-05Added first naive version of the batched AXPY routineCedric Nugteren
2017-02-26Merge branch 'development' into triangular_solversCedric Nugteren
2017-02-25Removed the invert routine from the testsCedric Nugteren
2017-02-14Added simple tests for the OverrideParameters functionCedric Nugteren
2017-02-05Merge branch 'development' into triangular_solversCedric Nugteren
2017-01-20Added prototype for the TRSV routineCedric Nugteren
2017-01-15Added a first version of the diagonal block invert routine in preparation of ...Cedric Nugteren
2017-01-07Updated the link to cl.hpp in the Khronos registry for the samplesCedric Nugteren
2016-12-18Prepared for the addition of the TRSM triangular solver kernelCedric Nugteren
2016-11-27Updated to version 0.10.0Cedric Nugteren
2016-11-27Made it possible to use the command-line environmental variables for each exe...Cedric Nugteren
2016-11-23Made the Netlib SGEMM example also optionally compiledCedric Nugteren
2016-11-23Made compilation of the Netlib CBLAS API conditionalCedric Nugteren
2016-10-25Added an example and documentation for the Netlib CBLAS APICedric Nugteren
2016-10-25Renamed the include and source files of the Netlib CBLAS APICedric Nugteren
2016-10-25Removed the clblast namespace from the Netlib C API source file to ensure pro...Cedric Nugteren
2016-10-25Added initial version of a Netlib CBLAS implementation. TODO: Set correct buf...Cedric Nugteren
2016-10-23Fixed the CMakeLists.txt for Visual Studio compilationCedric Nugteren
2016-10-22Minor clean-up of the CMakeLists fileCedric Nugteren
2016-10-22Moved files around a bit; created a utilities subfolderCedric Nugteren
2016-10-22Merge pull request #117 from intelfx/exceptionsCedric Nugteren
2016-10-22treewide: use C++ exceptions properlyIvan Shapovalov
2016-10-21Merge pull request #118 from matze/add-pkg-configCedric Nugteren
2016-10-21Generate and install pkg-config descriptionMatthias Vogelgesang
2016-10-20Added the possibility to supply the env-variable CLBLAST_TEST_ARGUMENTS to sp...Cedric Nugteren
2016-10-15Added documentation and minor refactoring for the recent support of static li...Cedric Nugteren
2016-10-14Fixes for static lib compilation on WindowsShehzan Mohammed
2016-10-14Fixed a bug where clblas.h couldn't be found for the performance tests (clients)Cedric Nugteren
2016-10-14Set proper flags for the verbose mode (debug flags)Cedric Nugteren
2016-10-14Merge pull request #112 from shehzan10/staticCedric Nugteren
2016-10-13Add option to build shared or static libraryShehzan Mohammed
2016-10-01Merge branch 'development' into gemm_directCedric Nugteren