summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Expand)Author
2018-02-02Implemented the XHAD Hadamard product routineCedric Nugteren
2018-01-29Updated to CLBlast version 1.3.0Cedric Nugteren
2018-01-11Added a RetrieveParameters function to inspect tuning parametersCedric Nugteren
2018-01-08Implemented the in-direct version of the strided-batched GEMM kernelCedric Nugteren
2018-01-06Updated changelog and roadmapCedric Nugteren
2017-12-31Fixed the issue with AMD's APP compiler not being able to compile the invert ...Cedric Nugteren
2017-12-27Split the database into multiple small compilation unitsCedric Nugteren
2017-12-23Updated the database to use the new TRSV and Invert tunersCedric Nugteren
2017-12-20Added try-except to database script parser to skip invalid filesCedric Nugteren
2017-12-17Removed all ARM Mali tuning results; re-added Mali-T760 and Mali-T628 results...Cedric Nugteren
2017-12-10Updated roadmap: completed pre-processor implementationCedric Nugteren
2017-12-09Made the pre-processor run by default for ARM and Qualcomm GPUsCedric Nugteren
2017-11-24Added precision check to parameter override for the clientsCedric Nugteren
2017-11-19Revived the GEMM routine tuner; minor formatting changesCedric Nugteren
2017-11-09Added tuning results for the GeForce GTX750TiCedric Nugteren
2017-11-08Updated to CLBlast version 1.2.0Cedric Nugteren
2017-11-07Merge pull request #212 from CNugteren/kernel_selection_tunerCedric Nugteren
2017-11-02Integrated the GEMM routine tuner for kernel selection; added first tuning re...Cedric Nugteren
2017-10-29Made it possible to compile the CLBlast performance clients for Android with ...Cedric Nugteren
2017-10-27Fixed a bug when using the matrix A-offset argument for the TRSM routineCedric Nugteren
2017-10-27Added GEMV synchronisation for the TRSV routine: similar bug as in TRSMCedric Nugteren
2017-10-25Fixed a bug in TRSM routine due to missing event synchronisations after GEMM ...Cedric Nugteren
2017-10-20Added tuning parameters for GeForce GTX 580, GeForce GTX 1080Ti, and Core i5-...Cedric Nugteren
2017-10-16Added CUDA API documentationCedric Nugteren
2017-10-03Gemm in-direct implementation now uses only 1 larger instead of max 3 optiona...Cedric Nugteren
2017-10-01Allow OverrideParameters function to work before a kernel was first usedCedric Nugteren
2017-09-30Kernels are now cached based on their routine name and their tuning parametersCedric Nugteren
2017-09-30Updated to version 1.1.0Cedric Nugteren
2017-09-23Added extra benchmarks to verify new database caching keys performanceCedric Nugteren
2017-09-22Added OpenCL properties printing to the diagnostics helperCedric Nugteren
2017-09-16Added tuning results for Intel Core i7 6770HQCedric 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-04Removed an assumption that the 'default' tuning parameters have to be stored ...Cedric Nugteren
2017-08-24Merge branch 'master' into im_to_colCedric Nugteren
2017-08-24Completed im2col implementationCedric Nugteren
2017-08-21Minor updates after merging in the PSO addition to the tunersCedric Nugteren
2017-08-08Updated to version 1.0.1 (bugfix release)Cedric Nugteren
2017-07-30Updated to version 1.0.0Cedric Nugteren
2017-07-24Added status badges for correctness tests; updated list of contributors; fixe...Cedric Nugteren
2017-06-30Fixed an if-statement in the direct GEMM kernel causing a bug with specific s...Cedric Nugteren
2017-06-26Fixed and suppresses several warnings for MSVCCedric Nugteren
2017-06-21Fixes some compilation issues related to the database structure changeCedric Nugteren
2017-06-01Added tuning results for GeForce GT 650M (thanks to bzcheeseman)Cedric 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-11Minor naming fixes to the benchmark scriptCedric Nugteren
2017-05-02Updated to version 0.11.0Cedric Nugteren