summaryrefslogtreecommitdiff
path: root/include/internal/database/xdot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/database/xdot.h')
-rw-r--r--include/internal/database/xdot.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/internal/database/xdot.h b/include/internal/database/xdot.h
index 31d0f84b..b741e317 100644
--- a/include/internal/database/xdot.h
+++ b/include/internal/database/xdot.h
@@ -23,6 +23,12 @@ const Database::DatabaseEntry Database::XdotSingle = {
{ "default", { {"VW",1}, {"WGS1",64}, {"WGS2",128} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",1}, {"WGS1",128}, {"WGS2",256} } },
+ { "default", { {"VW",1}, {"WGS1",128}, {"WGS2",256} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",1}, {"WGS1",512}, {"WGS2",1024} } },
@@ -76,6 +82,12 @@ const Database::DatabaseEntry Database::XdotComplexSingle = {
{ "default", { {"VW",1}, {"WGS1",64}, {"WGS2",32} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",1}, {"WGS1",128}, {"WGS2",512} } },
+ { "default", { {"VW",1}, {"WGS1",128}, {"WGS2",512} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",1}, {"WGS1",256}, {"WGS2",1024} } },
@@ -129,6 +141,12 @@ const Database::DatabaseEntry Database::XdotDouble = {
{ "default", { {"VW",1}, {"WGS1",64}, {"WGS2",128} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",1}, {"WGS1",64}, {"WGS2",512} } },
+ { "default", { {"VW",1}, {"WGS1",64}, {"WGS2",512} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",1}, {"WGS1",512}, {"WGS2",512} } },
@@ -175,6 +193,12 @@ const Database::DatabaseEntry Database::XdotComplexDouble = {
{ "default", { {"VW",1}, {"WGS1",64}, {"WGS2",32} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",1}, {"WGS1",32}, {"WGS2",64} } },
+ { "default", { {"VW",1}, {"WGS1",32}, {"WGS2",64} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",1}, {"WGS1",256}, {"WGS2",1024} } },