summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-26Added the SYR2K routine, tester, and clientCNugteren
2015-06-26Added symmetric matrix support for the ABC performance testerCNugteren
2015-06-25Added option to test only symmetric matrices (m=n)CNugteren
2015-06-25Clarified commentCNugteren
2015-06-25Added SSYRK performance graphsCNugteren
2015-06-24Added the SYRK routineCNugteren
2015-06-24Added the SYRK routine, tester, and clientCNugteren
2015-06-23Added performance-client for AC routinesCNugteren
2015-06-23Added a lower/upper triangular version of the GEMM kernelCNugteren
2015-06-23Updated bandwidth computation for GEMM and SYMMCNugteren
2015-06-23Added a condition to update only lower/upper triangular parts in the un-pad k...CNugteren
2015-06-21Added test infrastructure for AB and AC routinesCNugteren
2015-06-21Added prototypes of SYRK and SYR2KCNugteren
2015-06-21Fixed support for complex data-types for GEMM and SYMM clientsCNugteren
2015-06-21Updated to version 0.2.0CNugteren
2015-06-21Updated performance graphs for Intel Iris GPUsCNugteren
2015-06-20Merge pull request #5 from CNugteren/improved_testingCedric Nugteren
2015-06-20Updated changelog with testing improvementsCNugteren
2015-06-20More detailed test passed/skipped/failure reportingCNugteren
2015-06-20Automatically skips tests with unsupported precisionCNugteren
2015-06-20Distinguish between a short smoke test and a full testCNugteren
2015-06-20Moved the argument parsing to the common Tester base classCNugteren
2015-06-20Added additional absolute error checking when testingCNugteren
2015-06-19Merge pull request #4 from CNugteren/host_code_perfCedric Nugteren
2015-06-19Updated changelog with host-code performance optimisationCNugteren
2015-06-19Added const-ref accessors to all CL++11 classesCNugteren
2015-06-18Now returns program from database by referenceCNugteren
2015-06-17Merge pull request #3 from CNugteren/conjugate_transposeCedric Nugteren
2015-06-17Updated with conjugate transpose and CGEMM/ZGEMM CSYMM/ZSYMMCNugteren
2015-06-16Added support for conjugate transpose in GEMVCNugteren
2015-06-16Moved layout and transpose types to generic tester and AXY routinesCNugteren
2015-06-16Updated the tuners to set the conjugate argumentCNugteren
2015-06-16Added support for CGEMM/ZGEMM and CSYMM/ZSYMMCNugteren
2015-06-16Created data-type dependent transpose values to testCNugteren
2015-06-16Added support for complex conjugate transposeCNugteren
2015-06-15Merge pull request #2 from CNugteren/xgemvCedric Nugteren
2015-06-15Added GEMV to changelog and readmeCNugteren
2015-06-15Added tuning for DGEMV on Iris and SGEMV on K40mCNugteren
2015-06-15Enable tests of DGEMV/CGEMV/ZGEMVCNugteren
2015-06-15Fixed a bug in AXPBY defines for complex data-typesCNugteren
2015-06-14Added GEMV performance-graph scriptCNugteren
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-13Enlarge test matrices and vectors for AXY routines (GEMV)CNugteren
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-12Updated calculation of required matrix sizeCNugteren