summaryrefslogtreecommitdiff
path: root/include/internal/database/xaxpy.h
diff options
context:
space:
mode:
authorcnugteren <web@cedricnugteren.nl>2016-04-11 22:27:44 -0600
committercnugteren <web@cedricnugteren.nl>2016-04-11 22:27:44 -0600
commita61724ece50ab895a67bc15ae3a132d0ecbe61bc (patch)
tree0ea0b3defce32af330d49a4531fd8d5d4db93210 /include/internal/database/xaxpy.h
parent1d3d38a2618c5663bf1549b08805137fd85f2efa (diff)
Fixed the way the defaults are calculated in the database; added warning for non-matching tuner arguments
Diffstat (limited to 'include/internal/database/xaxpy.h')
-rw-r--r--include/internal/database/xaxpy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/database/xaxpy.h b/include/internal/database/xaxpy.h
index aa0c2d2f..71a4c7f2 100644
--- a/include/internal/database/xaxpy.h
+++ b/include/internal/database/xaxpy.h
@@ -171,12 +171,12 @@ const Database::DatabaseEntry Database::XaxpyDouble = {
{ "GeForce GTX TITAN X", { {"VW",1}, {"WGS",512}, {"WPT",1} } },
{ "Tesla K20m", { {"VW",2}, {"WGS",128}, {"WPT",1} } },
{ "Tesla K40m", { {"VW",2}, {"WGS",128}, {"WPT",1} } },
- { "default", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
+ { "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
+ { "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
}