summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-10 14:00:43 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-10 14:00:43 +0200
commite21f32bc9928f87a8d0ff15797e2ed2ab65ded58 (patch)
treefd92fb20b3ddee3b24438068d36902e893219248 /scripts
parent3daba709974fa2b13b2c44be8e555f2bc6d8356a (diff)
Updated database based on exhaustive tuning results for GEMM for the R9 M370X GPU
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 944c1bd6..5c859487 100755
--- a/scripts/database/database.py
+++ b/scripts/database/database.py
@@ -77,6 +77,7 @@ def main(argv):
# Adds the new data to the database
old_size = len(database.index)
database = db.concatenate_database(database, imported_data)
+ database = database.drop_duplicates()
new_size = len(database.index)
print("with " + str(new_size - old_size) + " new items") # Newline printed here