summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-05-23Update README.md with a useful link (#476)Mikko Vedru
* Update README.md with a useful link * Update README.md Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl> --------- Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl>
2023-05-18Actualize the README and remove the old ROADMAP (#471)Cedric Nugteren
2023-05-14Add Github Actions CI (#464)Cedric Nugteren
This replaces the old Travis CI builds with Github Actions that test on both Ubuntu and MacOS, with both Clang and GCC. The builds on macOS also run the tests and some other programs, on Ubuntu OpenCL is not working at the moment. Because these tests use new/different compilers, I fixed a few warnings and errors along the way.
2023-01-17Updated according to feedback from CNugterenAngus, Alexander
2022-04-25Remove old test machines and add new onesCedric Nugteren
2019-01-19Added documentation on the convgemm routineCedric Nugteren
2018-12-01Added a FAQ documentCedric Nugteren
2018-11-01Added new col2im routine to the documentationCedric Nugteren
2018-07-31Added note about AMD southern islands GPU issue and the required workaroundCedric Nugteren
2018-07-31Added Beignet 1.2.1 requirement to the README for IvyBridge GPUsCedric Nugteren
2018-05-29Added Apple OpenCL TRSV block size override; removed failing old Intel GPU ↵Cedric Nugteren
test from README
2018-05-17Updated README with IWOCL talk and GPU zoo acknowledgmentCedric Nugteren
2018-05-08Update ci links to use doman names and build names instead of IP/idUmar Arshad
Updates the README badges to point to the domain name instead of IP addresses. Also updates the names of the builds to the name of the build instead of the id of the build.
2018-05-01Updated README with new badges and paper citationCedric Nugteren
2018-03-10Added initial glossaryCedric Nugteren
2018-03-10Added badge for OSX-Intel-CPU buildsCedric Nugteren
2018-03-03Fixed the buildbot badges in the READMECedric Nugteren
2018-03-03Updated documentation and build badgesCedric Nugteren
2018-02-24Split the documentation and updated where neededCedric Nugteren
2018-02-02Implemented the XHAD Hadamard product routineCedric Nugteren
2018-01-28Updated the known issuesCedric Nugteren
2017-12-31Made plotting script more flexible: extra argument to set the comparison libraryCedric Nugteren
2017-12-24Added a note that the ArrayFire Jenkins servers are down, being switched to ↵Cedric Nugteren
buildbot
2017-12-20Added tuning results for Apple AMD Radeon Pro 580Cedric Nugteren
2017-12-16Updated the known issuesCedric Nugteren
2017-11-24Added tuning results for ARM Mali T760 GPUCedric Nugteren
2017-11-16Removed dependency on CLTuneCedric Nugteren
2017-11-09Added tuning results for the GeForce GTX750TiCedric Nugteren
2017-11-08Updated to CLBlast version 1.2.0Cedric Nugteren
2017-11-08Fixed an FP16 issue in the homatcopy test; added a comment about improper ↵Cedric Nugteren
testing of integer returning functions for FP16
2017-11-07Merge pull request #212 from CNugteren/kernel_selection_tunerCedric Nugteren
GEMM kernel selection tuner
2017-11-02Integrated the GEMM routine tuner for kernel selection; added first tuning ↵Cedric Nugteren
results
2017-10-29Made it possible to compile the CLBlast performance clients for Android with ↵Cedric Nugteren
the NDK
2017-10-29Added Android support using the GNU C++ STL library and the GCC toolchainCedric Nugteren
2017-10-28Merge branch 'master' into android_supportCedric Nugteren
2017-10-20Added first version of a roadmapCedric Nugteren
2017-10-20Added tuning parameters for GeForce GTX 580, GeForce GTX 1080Ti, and Core ↵Cedric Nugteren
i5-4570
2017-10-16Added CUDA API documentationCedric Nugteren
2017-09-30Updated to version 1.1.0Cedric Nugteren
2017-09-26Added notes for Android compilation of CLBlastCedric Nugteren
2017-09-16Updated README with proper AMD device names; fixed device look-up for names ↵Cedric Nugteren
of length 50+
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