summaryrefslogtreecommitdiff
path: root/src/database
diff options
context:
space:
mode:
authormcian <mcian86@gmail.com>2017-07-17 12:20:46 +0200
committermcian <mcian86@gmail.com>2017-07-17 12:20:46 +0200
commita36283aaec618f3be24ceb41d64176e124abdd8c (patch)
treeda30b9105fbba4c3180da30e62ee77901f516d33 /src/database
parentf2477f663672fd37301d6e2ce4646519f71d5cce (diff)
Add new threshold for ARM
Diffstat (limited to 'src/database')
-rw-r--r--src/database/kernel_selection.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/database/kernel_selection.hpp b/src/database/kernel_selection.hpp
index 44ef0d32..82c7d59d 100644
--- a/src/database/kernel_selection.hpp
+++ b/src/database/kernel_selection.hpp
@@ -52,6 +52,11 @@ const Database::DatabaseEntry KernelSelectionSingle = {
{ "default", { 1280*1280*1280 } },
}
},
+ {
+ kDeviceTypeGPU, "ARM", {
+ { "default", { 128*128*128} },
+ }
+ },
{ // Default
kDeviceTypeAll, "default", {
{ "default", { 512*512*512 } },