summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-08Added option to set the imaginary part of the diagonal to zeroCNugteren
2015-07-07Added option to set the imaginary part of the diagonal to zeroCNugteren
2015-07-02Added the TRMM routine, tester, and clientCNugteren
2015-07-02Added a set-to-one function for kernelsCNugteren
2015-07-01Added the unit/non-unit diagonal enumCNugteren
2015-07-01Fixed typos in SYMMCNugteren
2015-06-30Added the TRMM and TRSM interfaceCNugteren
2015-06-26Added the SYR2K routine, tester, and clientCNugteren
2015-06-25Clarified commentCNugteren
2015-06-24Added the SYRK routine, tester, and clientCNugteren
2015-06-23Added a lower/upper triangular version of the GEMM kernelCNugteren
2015-06-23Added a condition to update only lower/upper triangular parts in the un-pad k...CNugteren
2015-06-21Added prototypes of SYRK and SYR2KCNugteren
2015-06-20Distinguish between a short smoke test and a full testCNugteren
2015-06-20Added additional absolute error checking when testingCNugteren
2015-06-18Now returns program from database by referenceCNugteren
2015-06-16Added support for conjugate transpose in GEMVCNugteren
2015-06-16Updated the tuners to set the conjugate argumentCNugteren
2015-06-16Added support for CGEMM/ZGEMM and CSYMM/ZSYMMCNugteren
2015-06-16Added support for complex conjugate transposeCNugteren
2015-06-15Fixed a bug in AXPBY defines for complex data-typesCNugteren
2015-06-14Split the three variations of the GEMV kernel for maximal tuning freedomCNugteren
2015-06-14Fixed number of threads launched for GEMVCNugteren
2015-06-14Fixed number of threads launched for AXPYCNugteren
2015-06-13Added a fast GEMV kernel with vector loads, no tail, and fewer if-statementsCNugteren
2015-06-13Refactored the GEMV kernelCNugteren
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
2015-05-30Initial commit of preview versionCNugteren