summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Undo of earlier move of TestBlas::kTransposes constant to fix MSVC 2013 compi...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-06-25Moved static variable declarations from .cpp to .hpp to resolve some Clang wa...Cedric Nugteren
2017-06-25Added CLBlast paper and presentation references in READMECedric Nugteren
2017-06-25Fixed some Clang and MSVC warningsCedric Nugteren
2017-06-25Merge branch 'database_compilation_speed'Cedric Nugteren
2017-06-21Fixes some compilation issues related to the database structure changeCedric Nugteren
2017-06-20Changed the structure of the database to reduce compilation time and save memoryCedric Nugteren
2017-06-18Added tuning results for the Core i7-920 CPUCedric Nugteren
2017-06-18Fixed an overflow bug on 32-bit systems when chosing a GEMM kernelCedric Nugteren
2017-06-01Added tuning results for GeForce GT 650M (thanks to bzcheeseman)Cedric Nugteren
2017-05-27Merge pull request #158 from CNugteren/msvc_compilation_fixesCedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (9)Cedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (8)Cedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (7)Cedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (6)Cedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (5)Cedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (4)Cedric Nugteren
2017-05-27Update to AppVeyor because of changed Khronos repository (3)Cedric Nugteren
2017-05-27Merge pull request #157 from kpot/improved_cachingCedric Nugteren
2017-05-27Fixed comment decribing the order of program cache fieldsKirill Mavreshko
2017-05-26Update to AppVeyor because of changed Khronos repository (2)Cedric Nugteren
2017-05-26Update to AppVeyor because of changed Khronos repositoryCedric Nugteren
2017-05-26Fixed a compilation issue under MSVC 2013Cedric Nugteren
2017-05-26Fixes inability to run GEMM on multiple identical GPUs (issue #155)Kirill Mavreshko
2017-05-24Merge pull request #156 from ctuning/masterCedric Nugteren
2017-05-24changing "wb" to "w" when saving json file (text mode) - compatibility for Py...Grigori Fursin
2017-05-15Fixed a minor compilation issue of a sample with GCC 4.8Cedric Nugteren
2017-05-15Fixed an TRSM issue caused by incorrect block size calculationCedric Nugteren
2017-05-14Fixed a missing synchronization barrier in the invert kernel; fixes TRSM testsCedric Nugteren
2017-05-12Added the IxAMIN routines: absolute minimum version of IxAMAXCedric Nugteren
2017-05-12Fixed a bug in the TRSM routine; tests now passCedric Nugteren
2017-05-12Removed the included performance reports; README now redirects to the new ext...Cedric Nugteren
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-11Bug-fix in the half-precision test of the amax routineCedric Nugteren
2017-05-11Re-added random tuning for GEMM after accidental removalCedric Nugteren
2017-05-11Minor naming fixes to the benchmark scriptCedric Nugteren
2017-05-11Merge branch 'master_is_neww_devel_branch'Cedric Nugteren
2017-05-03The master branch is now the main 'development' branchCedric Nugteren
2017-05-02Merge pull request #150 from CNugteren/developmentCedric Nugteren
2017-05-02Updated to version 0.11.0Cedric Nugteren
2017-04-23Merge pull request #148 from CNugteren/benchmarkingCedric Nugteren
2017-04-23Added an option to the database script to remove tuning results from the data...Cedric Nugteren
2017-04-23Re-added Titan X (Pascal) tuning results based on more averaging when tuningCedric Nugteren
2017-04-23Fixed a compiler warning messageCedric Nugteren
2017-04-22Increased the default number of runs for the tuner from 2 up to 10 for fast k...Cedric Nugteren