summaryrefslogtreecommitdiff
path: root/src/routine.cpp
AgeCommit message (Expand)Author
2017-01-24Routine: fix semi-warm routine construction (when binary is in cache)Ivan Shapovalov
2017-01-20Routine: use PrecisionSupported<>() instead of duplicating the checkIvan Shapovalov
2016-10-22Routine: get rid of ::SetUp()Ivan Shapovalov
2016-10-22treewide: use C++ exceptions properlyIvan Shapovalov
2016-10-14Fixed an issue with a growing database: the database is now a global variable...Cedric Nugteren
2016-09-21It is now possible to set the OpenCL compiler options through an environmenta...Cedric Nugteren
2016-07-22clblast::Database, clblast::Routine: implement "database overlays" provided b...Ivan Shapovalov
2016-07-06Added a VERBOSE mode to debug performance: now prints details about compilati...Cedric Nugteren
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren