summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-04-08 18:12:54 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-04-08 18:12:54 +0200
commit77ba11f686a27ef6e3f3c9472b91299051ce71e5 (patch)
tree045cc9344a296907cbb75a7eb94746b517d9ca02 /scripts
parenta93fec10264403c70820a9b9d031a29412e9f91f (diff)
Extended the maximum number of tuning parameters from 14 to 16
Diffstat (limited to 'scripts')
-rw-r--r--scripts/database/database/clblast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/database/database/clblast.py b/scripts/database/database/clblast.py
index 6625c808..f535f1ba 100644
--- a/scripts/database/database/clblast.py
+++ b/scripts/database/database/clblast.py
@@ -9,7 +9,7 @@ import os
# Type settings (also change in database_structure.hpp)
STRING_LENGTH = 50
-PARAMETERS_LENGTH = 14
+PARAMETERS_LENGTH = 16
# Constants from the C++ code
VENDOR_DEFAULT = "default"