summaryrefslogtreecommitdiff
path: root/src/tuning/kernels/xgemm.hpp
AgeCommit message (Expand)Author
2021-03-13set the correct flop count for xgemmJishinMaster
2018-09-15Fixed an MSVC compilation error due to large stringsCedric Nugteren
2018-04-07Extended the GEMM tuner to be able to tune the new 'kernel 1'Cedric Nugteren
2018-03-30Added argument checking for the GEMM tuner: expects m/n to be multiples of MW...Cedric Nugteren
2018-03-22Added the OpenCL local memory size constraint to the tunersCedric Nugteren
2018-03-10Fixed a few things for the new tuning APICedric Nugteren
2018-03-03Separate kernel tuners in .cpp with main and .hpp with settingsCedric Nugteren