summaryrefslogtreecommitdiff
path: root/src/tuning/xgemv.cc
AgeCommit message (Expand)Author
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren
2016-05-22Prepared the GEMV kernels and tuner for half-precision supportCedric Nugteren
2016-02-08Split-up the XGEMV kernel in two partsCedric Nugteren
2016-02-06Reduced the maximum workgroup-size for GEMV kernels furtherCNugteren
2016-02-06Reduced unrolling factor in xgemv kernel to reduce compilation timesCNugteren
2015-10-28Now sets local memory size in xgemv tuner properlyCNugteren
2015-10-25Fixed an arguments-related bug in the GEMV tunerCNugteren
2015-09-18Added first version of banded matrix-vector multiplicationCNugteren
2015-09-14Added extra temporary buffer to tuners in preparation of Xdot routinesCNugteren
2015-08-09Refactored the tuners, added JSON outputCNugteren
2015-07-19The kernel source string is now a routine's member variableCNugteren
2015-06-16Added support for conjugate transpose in GEMVCNugteren
2015-06-14Split the three variations of the GEMV kernel for maximal tuning freedomCNugteren
2015-06-13Added a fast GEMV kernel with vector loads, no tail, and fewer if-statementsCNugteren
2015-06-13Improved GEMV kernel with local memory and a tunable WPTCNugteren
2015-06-13Added initial version of GEMV including tester and performance clientCNugteren
2015-06-10Added initial naive version of Xgemv kernelCNugteren