summaryrefslogtreecommitdiff
path: root/src/database/kernels/trsv_routine/trsv_routine_64.hpp
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 /src/database/kernels/trsv_routine/trsv_routine_64.hpp
parenta93fec10264403c70820a9b9d031a29412e9f91f (diff)
Extended the maximum number of tuning parameters from 14 to 16
Diffstat (limited to 'src/database/kernels/trsv_routine/trsv_routine_64.hpp')
-rw-r--r--src/database/kernels/trsv_routine/trsv_routine_64.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/kernels/trsv_routine/trsv_routine_64.hpp b/src/database/kernels/trsv_routine/trsv_routine_64.hpp
index e1897b79..57ce26a5 100644
--- a/src/database/kernels/trsv_routine/trsv_routine_64.hpp
+++ b/src/database/kernels/trsv_routine/trsv_routine_64.hpp
@@ -15,7 +15,7 @@ const DatabaseEntry TrsvRoutineDouble = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},