From 8854a731276b3f32c9e381a228733de7c6d95760 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 20 Feb 2016 12:40:01 +0100 Subject: Added XGER routine, kernel, and tuner --- scripts/database/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/database/database.py') diff --git a/scripts/database/database.py b/scripts/database/database.py index f2d47717..6f3ce85e 100644 --- a/scripts/database/database.py +++ b/scripts/database/database.py @@ -281,7 +281,7 @@ if len(glob.glob(glob_json)) >= 1: SaveDatabase(database, file_db) # Retrieves the best performing results -print("## Calculting the best results per device/kernel...") +print("## Calculating the best results per device/kernel...") bests = GetBestResults(database) # Determines the defaults for other vendors and per vendor -- cgit v1.2.3