summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-04-22Fixed the direct vs indirect setting for NVIDIA GPUsCedric Nugteren
2017-04-21Increased the default number of runs for GEMV tuning; updated GEMV tuning res...Cedric Nugteren
2017-04-21Merge branch 'development' into benchmarkingCedric Nugteren
2017-04-21Removed the words SUMMARY from the title of the benchmark script when benchma...Cedric Nugteren
2017-04-20Updated the settings for the batched benchmarksCedric Nugteren
2017-04-20Tuned the direct versus indirect GEMM kernel trade-off point for NVIDIA GPUsCedric Nugteren
2017-04-17Fixed a namespace clash with CUDA FP16 for the half-datatypeCedric Nugteren
2017-04-17Added proper handling of mismatched arguments in the database scriptCedric Nugteren
2017-04-16Set proper settings for the benchmarks of batched routinesCedric Nugteren
2017-04-16Merge branch 'development' into benchmarkingCedric Nugteren
2017-04-16Merge pull request #147 from CNugteren/cublas_referenceCedric Nugteren