summaryrefslogtreecommitdiff
path: root/src/routine.cc
AgeCommit message (Expand)Author
2016-03-14Made the library thread-safe by guarding the kernel cache with a mutexCedric Nugteren
2015-09-19Added infrastructure for packed matricesCNugteren
2015-09-14Added support for the dot buffer and offset argumentCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-19Kernel caching is now based on a routine's nameCNugteren
2015-07-19The kernel source string is now a routine's member variableCNugteren
2015-07-16Using mad() instruction for AMD devices like clBLAS doesCNugteren
2015-07-13Updated interface of the PadCopyTransposeMatrix methodCNugteren
2015-07-08Added option to set the imaginary part of the diagonal to zeroCNugteren
2015-06-23Added a condition to update only lower/upper triangular parts in the un-pad k...CNugteren
2015-06-18Now returns program from database by referenceCNugteren
2015-06-16Added support for complex conjugate transposeCNugteren
2015-05-30Initial commit of preview versionCNugteren