summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-22Added first tuning results for the half-precision xDOT kernelsCedric Nugteren
2016-05-22Added half-precision support for all level 1 routinesCedric Nugteren
2016-05-18Merged in latest changes from 0.7.1 releaseCedric Nugteren
2016-05-18Prepared the changelog for the next releaseCedric Nugteren
2016-05-18Updated to version 0.7.1Cedric Nugteren
2016-05-18Fixes for Visual StudioCNugteren
2016-05-18Fixes for CMake policy CMP0054Cedric Nugteren
2016-05-17Made MSVC link the run-time libraries staticallyCedric Nugteren
2016-05-17Fixed warning CMP0054Cedric Nugteren
2016-05-16Added half precision tuning results for supporting kernels (pad, copy, transp...Cedric Nugteren
2016-05-16Prepared GEMM and supporting kernels and tuners for half-precision supportCedric Nugteren
2016-05-15Added an example of using the half-precision HAXPY routineCedric Nugteren
2016-05-15Added header with conversions from and to half-precision floating-pointCedric Nugteren
2016-05-15Updated the performance graph for the Radeon M370X AMD GPUcnugteren
2016-05-15Added new tuning results for SGEMM and updated the performance graph for the ...cnugteren
2016-05-15Removed comparison to CBLAS for the graph scriptscnugteren
2016-05-15Fixed a bug in the xGEMM routine related to the event incorrectly setcnugteren
2016-05-15Fixed the arguments in the performance graphs to reflect the changes in enum ...cnugteren
2016-05-15Added support for staggered/shuffled offsets for GEMM to improve performance ...cnugteren
2016-05-14Set kernel arguments for AXPY as constant memory buffers, making it possible ...Cedric Nugteren
2016-05-13Initial experimental version of the half-precision HAXPY routineCedric Nugteren
2016-05-12Initial changes in preparation for half-precision fp16 supportCedric Nugteren
2016-05-10Fixed links in the READMECedric Nugteren
2016-05-08Prepared the changelog for the next releaseCedric Nugteren
2016-05-08Fixes for compilation of the tests under Visual Studio 2015CNugteren
2016-05-08Updated to version 0.7.0Cedric Nugteren
2016-05-08Fixed an issue where the xAMAX tester would incorrectly report failures when ...cnugteren
2016-05-08Fixed an issue where the xNRM2 and xASUM testers would incorrectly report fai...cnugteren
2016-05-08Fixed errors in xAXPY and xSCAL tests on AMD hardwarecnugteren
2016-05-08Fixed an issue with computing the GFLOPS numbers for the xGEMM performance te...cnugteren
2016-05-08Added preliminary generated API documentationCedric Nugteren
2016-05-07Added an option to the tests to control whether to test against clBLAS or a C...Cedric Nugteren
2016-05-05Added printing of indices when testing in verbose modeCedric Nugteren
2016-05-05Merge pull request #57 from dividiti/developmentCedric Nugteren
2016-05-05Locate the C BLAS library before the F77 one.Anton Lokhmotov
2016-05-04Fixed an issue with linking against the ATLAS BLAS libraryCedric Nugteren
2016-05-02Added tuning results for AMD Hawaii (R9 290X)Cedric Nugteren
2016-05-02Fixed the calculation of the required buffer sizes in case of subvectors and ...Cedric Nugteren
2016-05-01Added tuning results for AMD Pitcairn (R9 270X)Cedric Nugteren
2016-05-01Updated tuning database for reduction/dot kernels based on the new tuner; par...Cedric Nugteren
2016-05-01Made the default xDOT tuning size smallerCedric Nugteren
2016-05-01Changed the index buffer of IxAMAX routines to unsigned int for proper buffer...Cedric Nugteren
2016-05-01Added a program cache (per-context) next to the per-device binary cacheCedric Nugteren
2016-04-30Added non-aboslute minimum counter-part IxMIN of the BLAS routine IxAMAXCedric Nugteren
2016-04-29Added an example to demonstrate the use of the ClearCache and FillCache funct...Cedric Nugteren
2016-04-29Added FillCache: a function to pre-compile all kernels for a specific deviceCedric Nugteren
2016-04-29Added sample C programs for the SASUM and DGEMV routinesCedric Nugteren
2016-04-28Fixed the cache to store binaries instead of OpenCL programsCedric Nugteren
2016-04-27Added non-absolute counter-parts xSUM and IxMAX of the BLAS routines xASUM an...Cedric Nugteren
2016-04-27Added missing namespace to the SGEMM exampleCedric Nugteren