summaryrefslogtreecommitdiff
path: root/scripts/database/database.py
AgeCommit message (Expand)Author
2017-12-20Added try-except to database script parser to skip invalid filesCedric Nugteren
2017-11-19Minor fix to the database scriptCedric Nugteren
2017-09-11Database now works with new format of clblast_[property]Cedric Nugteren
2017-04-23Added an option to the database script to remove tuning results from the data...Cedric Nugteren
2017-04-17Added proper handling of mismatched arguments in the database scriptCedric Nugteren
2016-10-10Changed the storage location of the database to a separate Github repositoryCedric Nugteren
2016-09-11Complete re-write of the database script. Changed Pandas for the much faster ...Cedric Nugteren
2016-09-10Updated database based on exhaustive tuning results for GEMM for the R9 M370X...Cedric Nugteren
2016-09-10Updated the database script to remove duplicate entries: keeps only the best-...Cedric Nugteren
2016-08-15Updated the database script to calculate the relative best performance of tun...Cedric Nugteren
2016-08-07Added a first version of the database's common-best default calculationCedric Nugteren
2016-07-24Refactored the Python database script: separated functionality in modules, no...Cedric Nugteren
2016-07-03Added tuning results for GTX670, GTX750, and GTX1070 (thanks to gcp)Cedric Nugteren
2016-07-02Prints the current pandas version and reports the minimum required versionCedric Nugteren
2016-06-19Minor fix to the database scriptCedric Nugteren
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren
2016-05-18Merged in latest changes from 0.7.1 releaseCedric Nugteren
2016-05-13Initial experimental version of the half-precision HAXPY routineCedric 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-04-11Fixed the way the defaults are calculated in the database; added warning for ...cnugteren
2016-02-28Added tuning results for Intel Iris Pro and AMD R9 M370XCedric Nugteren
2016-02-20Added XGER routine, kernel, and tunerCedric Nugteren
2016-02-07Various fixes to the database scriptCedric Nugteren
2016-02-07Added dictionary with short and long OpenCL vendor names to fix issues with I...Cedric Nugteren
2016-02-07Made the tuning database an optional external downloadCedric Nugteren
2016-02-06Made the database script compatible with Python 3CNugteren
2016-01-30Added first auto-generated database headers from the Python database; only K4...Cedric Nugteren
2016-01-24Minor improvements to the database script, including proper file pathsCedric Nugteren
2016-01-24Added Python function to compute defaults for a particular device/vendor comb...Cedric Nugteren
2015-10-25Updated tuning database script according to the new JSON formatCNugteren
2015-10-25Moved the tuner database script to a separate folderCNugteren