summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-03Gemm in-direct implementation now uses only 1 larger instead of max 3 ↵Cedric Nugteren
optional temporary buffers
2017-10-01GEMM tests now test both the in-direct and the direct kernels seperatelyCedric Nugteren
2017-10-01Allow OverrideParameters function to work before a kernel was first usedCedric Nugteren
2017-09-30Merge branch 'additional_tuners'Cedric Nugteren
2017-09-30Merge pull request #196 from CNugteren/preparation_for_size_specific_parametersCedric Nugteren
Preparation for size specific parameters
2017-09-30Kernels are now cached based on their routine name and their tuning parametersCedric Nugteren
2017-09-30Merge branch 'master' into preparation_for_size_specific_parametersCedric Nugteren
2017-09-30Refactored the tuning architecture: less duplicate now; more defaultsCedric Nugteren
2017-09-30Fixed a minor appveyor artifact issueCedric Nugteren
2017-09-30Updated to version 1.1.0Cedric 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
of the name
2017-09-23Merge branch 'device_name_slow_on_nvidia_gpu'Cedric Nugteren
2017-09-23Added extra benchmarks to verify new database caching keys performanceCedric Nugteren
2017-09-23Made database-caching no longer dependent on device name but on ↵Cedric Nugteren
device/platform IDs
2017-09-23Merge pull request #192 from CNugteren/diagnostics_helperCedric Nugteren
Diagnostics helper
2017-09-22Added OpenCL properties printing to the diagnostics helperCedric Nugteren
2017-09-19Added first version of a small CLBlast diagnostics helperCedric Nugteren
2017-09-19Merge branch 'msvc2013_fixes'Cedric Nugteren
2017-09-19Fixed type conversion warnings under MSVC 2013Cedric 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 ↵Cedric Nugteren
of length 50+
2017-09-16Added tuning results for Intel Core i7 6770HQCedric Nugteren
2017-09-16Merge pull request #191 from CNugteren/database_improvementsCedric Nugteren
Database improvements
2017-09-16Fixed a compilation error and warning under MacOSCedric Nugteren
2017-09-16Fixed an issue with the NVIDIA compute capability not being retrieved properlyCedric Nugteren
2017-09-16Improved compilation time of the tuner databaseCedric Nugteren
2017-09-14Added a guard against missing AMD and NVIDIA extensionsCedric Nugteren
2017-09-14Added architecture layer in the tuning database for better performance on ↵Cedric Nugteren
unseen devices
2017-09-12Added database compress and de-compress functionsCedric Nugteren
2017-09-11Database now works with new format of clblast_[property]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 ↵Cedric Nugteren
device and architecture name mappings
2017-09-06Split the database files over multiple directories and files; first step ↵Cedric Nugteren
towards separate compilation
2017-09-05Merge branch 'im2col_bugfix'Cedric Nugteren
2017-09-05Fixed a modulo and division issue manifesting on Apple OpenCL for im2colCedric Nugteren
2017-09-04Removed an assumption that the 'default' tuning parameters have to be stored ↵Cedric Nugteren
last; this is no longer needed
2017-08-31Fixed a bug in im2col: process only valid channel IDsCedric Nugteren
2017-08-31Fixed a bug in im2col confusing first and second workgroup size; made im2col ↵Cedric Nugteren
kernel 2d instead of 3d
2017-08-31Fixed some things in the tuner: bugs, style, and defaults to random searchCedric Nugteren
2017-08-30Merge pull request #184 from CNugteren/im_to_colCedric Nugteren
im2col
2017-08-24Merge branch 'master' into im_to_colCedric Nugteren
2017-08-24Completed im2col implementationCedric Nugteren
2017-08-23Made the im2col client properly handle the argumentsCedric Nugteren
2017-08-21Minor updates after merging in the PSO addition to the tunersCedric Nugteren
2017-08-21Merge pull request #173 from mcian/PSO_paramsCedric Nugteren
Add PSO parameters support and search strategy selection from command…
2017-08-21Remove multistrategy and related functionsmcian
2017-08-19First version of im2col kernel, unoptimized but workingCedric Nugteren
2017-08-19Implemented proper im2col reference function and completd testsCedric Nugteren
2017-08-12Merge branch 'master' into im_to_colCedric Nugteren