summaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Expand)Author
2020-10-10Add tuning results for TITAN RTXCedric Nugteren
2020-10-10Add tuning results for Radeon RX VegaCedric Nugteren
2020-03-08Silenced a new OpenCL warning messageCedric Nugteren
2019-02-09Added tuning parameters for Tesla P100 16GBCedric Nugteren
2019-02-09Added tuning parameters for Xeon E5-2630 v3 and v4Cedric Nugteren
2019-01-19Added a few more initial Intel tuning parameters for convgemmCedric Nugteren
2018-12-31Added convgemm to the CLBlast database, added initial parameters for Skylake GPUCedric Nugteren
2018-07-31Updated the tuning results for Intel IvyBridge M GT2Cedric Nugteren
2018-07-13Added tuning results for Intel i5-4970SCedric Nugteren
2018-07-13Added tuning results for GeForce GTX 1070 TiCedric Nugteren
2018-07-13Added tuning results for HD Graphics 6000 Broadwell GT3Cedric Nugteren
2018-06-01Fixes for Apple OpenCL CPU implementation which requires a LWGS of 1 when bar...Cedric Nugteren
2018-05-30Widened Apple OpenCL check, added way to debug too-large-workgroups issueCedric Nugteren
2018-05-29Added Apple OpenCL TRSV block size override; removed failing old Intel GPU te...Cedric Nugteren
2018-04-15Updated tuning results for the Skylake ULT GT2 GPU with the new kernelCedric Nugteren
2018-04-10Updated database with defaults of GEMMK=0 and KREG=1Cedric Nugteren
2018-04-08Extended the maximum number of tuning parameters from 14 to 16Cedric Nugteren
2018-04-07Added tuning results for NVIDIA GeForce 970Cedric Nugteren
2018-04-07Added tuning results for NVIDIA GeForce 920MXCedric Nugteren
2018-04-07Added tuning results for Intel HD Graphics 620Cedric Nugteren
2018-03-15Fixed a failing TRSV test using a CPU with Apple OpenCLCedric Nugteren
2018-01-11Added a RetrieveParameters function to inspect tuning parametersCedric Nugteren
2018-01-06Fixed a vendor naming bug in the tuners and in the databaseCedric Nugteren
2018-01-06Fixed a performance overhead in database creation: it is again a static varia...Cedric Nugteren
2017-12-27Split the database into multiple small compilation unitsCedric Nugteren
2017-12-26Made the database-vector a non-static memberCedric Nugteren
2017-12-23Updated the tuning results for the IvyBridge M GT2 GPUCedric Nugteren
2017-12-23Updated the database to use the new TRSV and Invert tunersCedric Nugteren
2017-12-20Added tuning results for Apple AMD Radeon Pro 580Cedric Nugteren
2017-12-17Removed all ARM Mali tuning results; re-added Mali-T760 and Mali-T628 results...Cedric Nugteren
2017-11-24Added tuning results for ARM Mali T760 GPUCedric Nugteren
2017-11-09Added tuning results for the GeForce GTX750TiCedric Nugteren
2017-11-07Added various GEMM routine tuning resultsCedric Nugteren
2017-11-06Improved the way the database defaults are computedCedric Nugteren
2017-11-02Integrated the GEMM routine tuner for kernel selection; added first tuning re...Cedric Nugteren
2017-11-02Fixed a bug in database compression/decompressionCedric Nugteren
2017-10-20Added tuning parameters for GeForce GTX 580, GeForce GTX 1080Ti, and Core i5-...Cedric Nugteren
2017-09-24Updated database override function to work with the new database storage formatCedric Nugteren
2017-09-23Made program and binary databases dependent on the routine parameters on top ...Cedric Nugteren
2017-09-19Fixed compilation issues of the database for MSVC 2013Cedric Nugteren
2017-09-16Updated README with proper AMD device names; fixed device look-up for names o...Cedric Nugteren
2017-09-16Added tuning results for Intel Core i7 6770HQCedric Nugteren
2017-09-16Fixed a compilation error and warning under MacOSCedric Nugteren
2017-09-16Improved compilation time of the tuner databaseCedric Nugteren
2017-09-14Added architecture layer in the tuning database for better performance on uns...Cedric Nugteren
2017-09-10Added the new vendor-architecture-name hierarchy to the tuners as wellCedric Nugteren
2017-09-08Introduced the notion of a device-architecture for the database and added dev...Cedric Nugteren
2017-09-06Split the database files over multiple directories and files; first step towa...Cedric Nugteren
2017-09-04Removed an assumption that the 'default' tuning parameters have to be stored ...Cedric Nugteren
2017-07-30Added tuning results for the Qualcomm Adreno 330 GPUCedric Nugteren