summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-04-15 11:45:45 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-04-15 11:45:45 +0200
commitf14e6f87d2851936629071a2bb0c39d3a8b1a0e5 (patch)
treea79691a1e12f848360ab58381e2f2c844a26456c /scripts
parent0dff7f1ac43bb7d074db36ce2ce44c52e6760e7e (diff)
Updated tuning results for the Skylake ULT GT2 GPU with the new kernel
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/database/database.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/database/database.py b/scripts/database/database.py
index a2d9c6a0..6bd52760 100755
--- a/scripts/database/database.py
+++ b/scripts/database/database.py
@@ -147,6 +147,7 @@ def main(argv):
if cl_args.remove_device is not None:
print("[database] Removing all results for device '%s'" % cl_args.remove_device)
remove_database_entries(database, {"clblast_device_name": cl_args.remove_device})
+ #, "kernel_family": "xgemm"})
io.save_database(database, database_filename)
# Adds new tuning parameters to existing database entries