summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1
AgeCommit message (Expand)Author
2016-05-14Set kernel arguments for AXPY as constant memory buffers, making it possible ...Cedric Nugteren
2016-05-01Changed the index buffer of IxAMAX routines to unsigned int for proper buffer...Cedric Nugteren
2016-04-30Added non-aboslute minimum counter-part IxMIN of the BLAS routine IxAMAXCedric Nugteren
2016-04-27Added non-absolute counter-parts xSUM and IxMAX of the BLAS routines xASUM an...Cedric Nugteren
2016-04-20Added support for the iSAMAX/iDAMAX/iCAMAX/iZAMAX routinescnugteren
2016-04-14Added support for the SASUM/DASUM/ScASUM/DzASUM routinescnugteren
2016-04-09Events are now properly implemented using event waiting list and asking the u...cnugteren
2016-03-28Added preliminary support for the xNRM2 routinesCedric Nugteren
2015-10-12Routine names are now all default arguments defined in the headerCNugteren
2015-09-14Added xDOT/xDOTU/xDOTC dot-product routinesCNugteren
2015-08-22Added the XSWAP, XSCAL and XCOPY level-1 routinesCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-12Added subfolders for the level1/2/3 routinesCNugteren