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