summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-16Added a C interface to the OverrideParameters function; added some in-line co...Cedric Nugteren
2017-02-16Added input-sanity checks for the OverrideParameters functionCedric Nugteren
2017-02-13Added first version of the OverrideParameters functionCedric Nugteren
2017-02-13Fixed a small bug in GEMV: unused kernel in parameter listCedric Nugteren
2017-02-12Split the database into several smaller cached per-kernel databases (in prepa...Cedric Nugteren
2017-02-12Made RemoveBySubset from the cache work with references to keysCedric Nugteren
2017-02-11Added an option to remove items from the caches, optionally by a subset of 2 ...Cedric Nugteren
2017-02-08Added tuning results for Titan X (Pascal version)Cedric Nugteren
2017-02-05Merge branch 'development' into triangular_solversCedric Nugteren
2017-02-05Fixed complex version of the TRSV kernelCedric Nugteren
2017-02-04Improved substition kernels a bit; added complex supportCedric Nugteren
2017-02-04Completed a first STRSV implementationCedric Nugteren
2017-02-04Added row-major support for TRSVCedric Nugteren
2017-01-29Added first (incomplete) version of TRSV routineCedric Nugteren
2017-01-24Database: pass Device instead of Queue for clarityIvan Shapovalov
2017-01-24Routine: cache the database instance as wellIvan Shapovalov
2017-01-24Database: ref-count the internal map for cachingIvan Shapovalov
2017-01-24Routine, Cache: generalize, reduce amount of copying in fast pathIvan Shapovalov
2017-01-24FillCache: perform compilation for each precision separatelyIvan Shapovalov
2017-01-24Routine: fix semi-warm routine construction (when binary is in cache)Ivan Shapovalov
2017-01-24src/clpp11.hpp: check pointers before clRelease*()Ivan Shapovalov
2017-01-24src/clpp11.hpp: do not store program source/binary in ProgramIvan Shapovalov
2017-01-20treewide: include clpp11.hpp first to silence deprecation warningsIvan Shapovalov
2017-01-20Routine: use PrecisionSupported<>() instead of duplicating the checkIvan Shapovalov
2017-01-20Added prototype for the TRSV routineCedric Nugteren
2017-01-20Set number of decimals for floating-point printing for error reportingCedric Nugteren
2017-01-19Added tuning results for NVIDIA GTX 1080 and Intel Core i7-4790KCedric Nugteren
2017-01-18Added first version of the TRSM routine based on the diagonal invert kernelCedric Nugteren
2017-01-15Added a first version of the diagonal block invert routine in preparation of ...Cedric Nugteren
2017-01-15Prints additional information in verbose/debug modeCedric Nugteren
2017-01-07Always enables cl_khr_fp64 when running double-precision, not just for OpenCL...Cedric Nugteren
2017-01-03Added tuning results for the AMD Turks GPU and the Intel Core i7-2670QM CPUCedric Nugteren
2016-12-18Prepared for the addition of the TRSM triangular solver kernelCedric Nugteren
2016-12-18Fixed a bug when using offsets in the direct GEMM kernelsCedric Nugteren
2016-11-29Made Intel GPUs always use the indirect version of the GEMM kernelCedric Nugteren
2016-11-27Made it possible to use the command-line environmental variables for each exe...Cedric Nugteren
2016-11-26Improved the default parameters for cases with non-common parameters across a...Cedric Nugteren
2016-11-24Merge pull request #125 from CNugteren/netlib_blas_apiCedric Nugteren
2016-11-23Fixed a vector-size related bug in the CLBlast Netlib APICedric Nugteren
2016-11-23Fixed a bug in the HSCAL routineCedric Nugteren
2016-11-22Minor changes to ensure full compatibility with the Netlib CBLAS APICedric Nugteren
2016-11-20Made functions with scalar-buffers as output properly return valuesCedric Nugteren
2016-11-20Now correctly tests for validaty of the B matrix in the TRMM routineCedric Nugteren
2016-11-20Forced OpenCL 1.1 compilation and disabled a deprecation warningCedric Nugteren
2016-11-20Fixed a bug in the TRMM routine caused by overwriting input data before consu...Cedric Nugteren
2016-11-19Changed the GEMM kernel selection parameters for Skylake GPUs to always favou...Cedric Nugteren
2016-11-15Updated the tuning results for the Intel Skylake ULT GT2 GPUCedric Nugteren
2016-10-25Renamed the include and source files of the Netlib CBLAS APICedric Nugteren
2016-10-25Removed the clblast namespace from the Netlib C API source file to ensure pro...Cedric Nugteren
2016-10-25Fixed some issues preventing the Netlib CBLAS API from linking correctlyCedric Nugteren