summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 uns...Cedric Nugteren
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 dev...Cedric Nugteren
2017-09-06Split the database files over multiple directories and files; first step towa...Cedric Nugteren
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
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
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
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
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
2017-08-12Merge pull request #182 from CNugteren/compilation_improvementsCedric Nugteren
2017-08-12Fixed .hpp -> .h typo in CMakeListsCedric Nugteren
2017-08-12Properly set the common test utilities in the CMake filesCedric Nugteren
2017-08-12Moved functions from the header to the .cpp file to prevent compiling the sam...Cedric Nugteren
2017-08-12Moved some utility functions to a test-specific utility compilation-unitCedric Nugteren
2017-08-11Updated CMakeLists to include header files such that IDEs can locate themCedric Nugteren
2017-08-09Revert the xgemm strategy to default. If user wants to use multistrategy can ...mcian
2017-08-09Use cltune::SearchMethod enum instead of int valuesmcian
2017-08-08Updated to version 1.0.1 (bugfix release)Cedric Nugteren
2017-07-31Merge pull request #180 from mcian/restore_direct_GEMMCedric Nugteren
2017-07-31Restore direct GEMM to previous versionmcian
2017-07-31Merge pull request #1 from CNugteren/mastermcian
2017-07-30Updated to version 1.0.0Cedric Nugteren
2017-07-30Fixes for Travis automatic deploymentCedric Nugteren
2017-07-30Fixes warnings for Clang & AppleClangCedric Nugteren
2017-07-30Fixes to AppVeyor and Travis scriptsCedric Nugteren
2017-07-30Improved deployment procedure of automatic buildsCedric Nugteren
2017-07-30Added tuning results for the Qualcomm Adreno 330 GPUCedric Nugteren
2017-07-25Minor optimization for the direct GEMM kernel: don't ceil m and n unnecessari...Cedric Nugteren
2017-07-24Added status badges for correctness tests; updated list of contributors; fixe...Cedric Nugteren
2017-07-23Merge branch 'relax_gemmbatched_ld_requirements'Cedric Nugteren
2017-07-23Code refactoringmcian
2017-07-22Merge pull request #176 from CNugteren/inline_keyword_optionalCedric Nugteren
2017-07-19Merge pull request #175 from mcian/Arm_ThresholdCedric Nugteren
2017-07-17Add new threshold for ARMmcian
2017-07-17Add PSO parameters support and search strategy selection from command linemcian
2017-07-16First step towards supporting im2col in the test infrastructureCedric Nugteren