summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-27Update to AppVeyor because of changed Khronos repository (3)Cedric Nugteren
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-24Merge pull request #156 from ctuning/masterCedric Nugteren
changing "wb" to "w" when saving json file (text mode)
2017-05-24changing "wb" to "w" when saving json file (text mode) - compatibility for ↵Grigori Fursin
Python 3
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 ↵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-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
Update to version 0.11.0
2017-05-02Updated to version 0.11.0Cedric Nugteren
2017-04-23Merge pull request #148 from CNugteren/benchmarkingCedric Nugteren
Various updates related to benchmarking
2017-04-23Added an option to the database script to remove tuning results from the ↵Cedric Nugteren
database
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 ↵Cedric Nugteren
kernels
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 ↵Cedric Nugteren
results for Iris Pro
2017-04-21Merge branch 'development' into benchmarkingCedric Nugteren
2017-04-21Removed the words SUMMARY from the title of the benchmark script when ↵Cedric Nugteren
benchmarking the summary
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
Added support for performance testing against cuBLAS
2017-04-16Finalized support for performance testing against cuBLASCedric Nugteren
2017-04-16Added settings for benchmarking batched routinesCedric Nugteren
2017-04-14Added a benchmark-all script to run multiple benchmarks automaticallyCedric Nugteren
2017-04-14Tuned the num-runs settings for the benchmarksCedric Nugteren
2017-04-14Added output-folder for benchmarking and removed the requirement on XCedric Nugteren
2017-04-14Made the number of runs a benchmark-specific setting in the benchmark scriptsCedric Nugteren
2017-04-14Added a new Xaxpy kernel in between the regular and fast version inCedric Nugteren
2017-04-13Fixed CUDA malloc and cuBLAS handles: cuBLAS as a performance-reference now ↵Cedric Nugteren
works
2017-04-11Made compilation of the cuBLAS wrapper work properlyCedric Nugteren
2017-04-10Added reference implementations for performance-testing against cuBLASCedric Nugteren
2017-04-10Merge branch 'development' into cublas_referenceCedric Nugteren
Conflicts: scripts/generator/generator.py
2017-04-10Merge pull request #145 from CNugteren/apple_cpu_supportCedric Nugteren
Patch to make tests complete on Apple's CPU implementation
2017-04-10Fixed a compilation issue under MSVC and GCCCedric Nugteren