Merge pull request #175 from mcian/Arm_Threshold

Add new threshold for ARM
This commit is contained in:
Cedric Nugteren 2017-07-19 19:27:32 +02:00 committed by GitHub
commit 1b4959a16a

View file

@ -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 } },