From 39afc9543b5d255ac140fb2529a0332813bab39a Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 10 Oct 2016 19:10:12 +0200 Subject: Changed the storage location of the database to a separate Github repository --- scripts/database/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/database') diff --git a/scripts/database/database.py b/scripts/database/database.py index f758a2b7..31f313da 100755 --- a/scripts/database/database.py +++ b/scripts/database/database.py @@ -18,7 +18,7 @@ import database.bests as bests import database.defaults as defaults # Server storing a copy of the database -DATABASE_SERVER_URL = "http://www.cedricnugteren.nl/tuning/clblast.json" +DATABASE_SERVER_URL = "https://raw.githubusercontent.com/CNugteren/CLBlast-database/master/database.json" # OpenCL vendor names and their short name VENDOR_TRANSLATION_TABLE = { -- cgit v1.2.3