summaryrefslogtreecommitdiff
path: root/include/internal/database
AgeCommit message (Expand)Author
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren
2016-06-01Added tuning parameters for 'GRID K520' and 'HD Graphics Skylake ULT GT2'Cedric Nugteren
2016-05-25Added level-3 half-precision routines HGEMM/HSYMM/HSYRK/HSYR2K/HTRMMCedric Nugteren
2016-05-22Fixed tuning results for half-precision; added first results for the xGER ker...Cedric Nugteren
2016-05-22Added first tuning results for the half-precision xGEMV kernelsCedric Nugteren
2016-05-22Added first tuning results for the half-precision xDOT kernelsCedric Nugteren
2016-05-18Merged in latest changes from 0.7.1 releaseCedric Nugteren
2016-05-16Added half precision tuning results for supporting kernels (pad, copy, transp...Cedric Nugteren
2016-05-13Initial experimental version of the half-precision HAXPY routineCedric Nugteren
2016-05-02Added tuning results for AMD Hawaii (R9 290X)Cedric Nugteren
2016-05-01Added tuning results for AMD Pitcairn (R9 270X)Cedric Nugteren
2016-05-01Updated tuning database for reduction/dot kernels based on the new tuner; par...Cedric Nugteren
2016-04-11Fixed the way the defaults are calculated in the database; added warning for ...cnugteren
2016-03-12Added tuning results for the newest xGER family kernelsCedric Nugteren
2016-03-12Added tuning results for the ARM Mali-T628 GPUCedric Nugteren
2016-02-28Added tuning results for Intel Iris Pro and AMD R9 M370XCedric Nugteren
2016-02-20Added XGER routine, kernel, and tunerCedric Nugteren
2016-02-07Added tuning parameters for various devices using the new database scriptCedric Nugteren
2016-01-30Added first auto-generated database headers from the Python database; only K4...Cedric Nugteren
2015-09-14Added xDOT/xDOTU/xDOTC dot-product routinesCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-22Set the correct name for AMD OpenCL devicesCNugteren
2015-07-22Updated GEMM tuning results for TahitiCNugteren
2015-07-22Added workgroup shuffle option to transpose kernel for AMD GPUsCNugteren
2015-07-19Fixed complex performance on Intel IrisCNugteren
2015-06-15Added tuning for DGEMV on Iris and SGEMV on K40mCNugteren
2015-06-14Split the three variations of the GEMV kernel for maximal tuning freedomCNugteren
2015-06-13Added a fast GEMV kernel with vector loads, no tail, and fewer if-statementsCNugteren
2015-06-13Improved GEMV kernel with local memory and a tunable WPTCNugteren
2015-06-13Added initial version of GEMV including tester and performance clientCNugteren
2015-05-30Initial commit of preview versionCNugteren