summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-08-24Completed im2col implementationCedric Nugteren
2017-07-30Added tuning results for the Qualcomm Adreno 330 GPUCedric Nugteren
2017-07-24Added status badges for correctness tests; updated list of contributors; ↵Cedric Nugteren
fixed minor typos
2017-06-25Added CLBlast paper and presentation references in READMECedric Nugteren
2017-06-18Added tuning results for the Core i7-920 CPUCedric Nugteren
2017-06-01Added tuning results for GeForce GT 650M (thanks to bzcheeseman)Cedric Nugteren
2017-05-12Added the IxAMIN routines: absolute minimum version of IxAMAXCedric Nugteren
2017-05-12Removed the included performance reports; README now redirects to the new ↵Cedric Nugteren
external website
2017-05-11Added tuning results for the AMD Radeon Fiji GPUCedric Nugteren
2017-05-11Fixes the build-status table in the READMECedric Nugteren
2017-05-03The master branch is now the main 'development' branchCedric Nugteren
2017-04-16Finalized support for performance testing against cuBLASCedric Nugteren
2017-03-26Replaced the R graph scripts with Python/Matplotlib benchmark scriptsCedric Nugteren
2017-03-11Added initial naive version of the batched GEMM routine based on the direct ↵Cedric Nugteren
GEMM kernel
2017-03-04Added tuning results for the Radeon HD6750M GPU (Apple OpenCL)Cedric Nugteren
2017-02-26Updated the README documentationCedric Nugteren
2017-02-26Merge branch 'development' into triangular_solversCedric Nugteren
2017-02-26Removed half-precision support from the TRSM routine; too unstableCedric Nugteren
2017-02-25Added documentation for the TRSV and TRSM routinesCedric Nugteren
2017-02-18Added tuning parameters for the AMD RX480 GPU (Ellesmere)Cedric Nugteren
2017-02-18Fixed small typo in the documentationCedric Nugteren
2017-02-18Added documentation for the OverrideParameters functionCedric Nugteren
2017-02-08Added tuning results for Titan X (Pascal version)Cedric Nugteren
2017-01-19Added tuning results for NVIDIA GTX 1080 and Intel Core i7-4790KCedric Nugteren
2017-01-03Added tuning results for the AMD Turks GPU and the Intel Core i7-2670QM CPUCedric Nugteren
2016-11-27Updated to version 0.10.0Cedric Nugteren
2016-11-27Made it possible to use the command-line environmental variables for each ↵Cedric Nugteren
executable and without re-running CMake
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-24Updated list of acknowledgments and thanksCedric Nugteren
2016-10-24Added tuning results for GeForce GTX TITAN BlackCedric Nugteren
2016-10-23Added an initial version of contributing guidelinesCedric Nugteren
2016-10-22Added tuning results for the AMD Tonga GPUCedric Nugteren
2016-10-20Added the possibility to supply the env-variable CLBLAST_TEST_ARGUMENTS to ↵Cedric Nugteren
specify options for the make alltest or ctest targets
2016-10-15Added documentation and minor refactoring for the recent support of static ↵Cedric Nugteren
library compilation
2016-10-13Added tuning results for Intel HD Graphics IvyBridge GPUCedric Nugteren
2016-10-10Added support for compiling the library, the client, and the samples under ↵Cedric Nugteren
MSVC 2013
2016-09-27Added an option to run tuned kernels multiple times to average execution ↵Cedric Nugteren
times; requires CLTune 2.5.0
2016-09-21It is now possible to set the OpenCL compiler options through an ↵Cedric Nugteren
environmental variable
2016-09-20Fixed link in README.mdMarco Hutter
The GitHub link could be https://github.com/gpu (without "s"), but the website should be OK, too
2016-09-13Updated to version 0.9.0Cedric Nugteren
2016-09-13Renamed the DEFAULT_DEVICE and DEFAULT_PLATFORM env variables to be in line ↵Cedric Nugteren
with recent usages of CLBLAST_DEVICE and CLBLAST_PLATFORM
2016-09-03Added tuning results for Intel Broadwell 5500 GT2 GPUCedric Nugteren
2016-08-20Merge branch 'development' of github.com:CNugteren/CLBlast into developmentCedric Nugteren
Conflicts: README.md
2016-08-20Merge branch 'master' of https://github.com/dvasschemacq/CLBlast into ↵Cedric Nugteren
dvasschemacq-master Conflicts: src/kernels/level1/xaxpy.opencl src/kernels/level2/xgemv.opencl src/kernels/level2/xgemv_fast.opencl src/kernels/level2/xger.opencl src/kernels/level2/xher.opencl src/kernels/level2/xher2.opencl src/kernels/level3/xgemm_part2.opencl
2016-07-28Minor update regarding the previous CMake export/install target changesCedric Nugteren
2016-07-10Added tuning results for AMD Oland and for Intel Graphics HD 530Cedric Nugteren
2016-07-06Added a VERBOSE mode to debug performance: now prints details about ↵Cedric Nugteren
compilation and kernel execution to screen
2016-07-03Added tuning results for GTX670, GTX750, and GTX1070 (thanks to gcp)Cedric Nugteren
2016-06-27Updated the README in various placesCedric Nugteren