summaryrefslogtreecommitdiff
path: root/src/database/kernel_selection.hpp
AgeCommit message (Expand)Author
2017-09-06Split the database files over multiple directories and files; first step towa...Cedric Nugteren
2017-07-17Add new threshold for ARMmcian
2017-06-20Changed the structure of the database to reduce compilation time and save memoryCedric Nugteren
2017-04-22Fixed the direct vs indirect setting for NVIDIA GPUsCedric Nugteren
2017-04-20Tuned the direct versus indirect GEMM kernel trade-off point for NVIDIA GPUsCedric Nugteren
2016-11-29Made Intel GPUs always use the indirect version of the GEMM kernelCedric Nugteren
2016-11-19Changed the GEMM kernel selection parameters for Skylake GPUs to always favou...Cedric Nugteren
2016-10-14Fixed an issue with a growing database: the database is now a global variable...Cedric Nugteren
2016-10-10Changed the thresholds for the direct/indirect GEMM kernels for NVIDIA and In...Cedric Nugteren
2016-10-06Added a kernel selection database to select between the direct and indirect G...Cedric Nugteren