summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-12Added the HEMM routine, tester, and clientCNugteren
2015-07-10Disabled prototype of TRSMCNugteren
2015-07-10Added the HER2K routine, tester, and clientCNugteren
2015-07-10Added the HERK routine, tester, and clientCNugteren
2015-07-10The clients now distinguish between the memory and alpha/beta data-typeCNugteren
2015-07-08Added option to set the imaginary part of the diagonal to zeroCNugteren
2015-07-08The testers now distinguish between the memory and alpha/beta data-typeCNugteren
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-02Fixed the order of argumentsCNugteren
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-30Added constness to all cl_mem objectsCNugteren
2015-06-30Added TRMM and TRSM clBLAS wrappersCNugteren
2015-06-29Merge pull request #10 from CNugteren/test_infrastructureCedric Nugteren
Re-organized test infrastructure
2015-06-29Re-organized test and client infrastructureCNugteren
2015-06-29Fixed the license for the correctness testersCNugteren
2015-06-29Re-organized the performance-client infrastructure to avoid code duplicationCNugteren
2015-06-28Re-organized the test infrastructure to avoid code duplicationCNugteren
2015-06-28Added buffer structure and sizes to argumentsCNugteren
2015-06-26Merge pull request #9 from CNugteren/level3_routinesCedric Nugteren
Added SYRK and SYR2K level-3 routines
2015-06-26Replaced crosses with tickmarksCNugteren
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 ↵CNugteren
kernels
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
Improved testing infrastructure
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
Host-code performance
2015-06-19Updated changelog with host-code performance optimisationCNugteren
2015-06-19Added const-ref accessors to all CL++11 classesCNugteren