summaryrefslogtreecommitdiff
path: root/src/database
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-06 17:02:58 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-06 17:02:58 +0100
commitc9b5d614e28b1e081cd34e75f745a149fb545ac7 (patch)
treea213307a436194366feaa006b1f89d721d86618a /src/database
parenta7ccce196915db7a3b7ea7fe8ea9048f5b1204c6 (diff)
Fixed a vendor naming bug in the tuners and in the database
Diffstat (limited to 'src/database')
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_32.hpp20
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_3232.hpp20
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_64.hpp8
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_6464.hpp8
4 files changed, 28 insertions, 28 deletions
diff --git a/src/database/kernels/gemm_routine/gemm_routine_32.hpp b/src/database/kernels/gemm_routine/gemm_routine_32.hpp
index 5b336752..0056bf7c 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_32.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_32.hpp
@@ -20,24 +20,24 @@ const DatabaseEntry GemmRoutineSingle = {
} },
}
},
- { // Intel GPUs
- kDeviceTypeGPU, "Intel", {
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
{ "default", {
- { Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
- { // Intel(R) Corporation CPUs
- kDeviceTypeCPU, "Intel(R) Corporation", {
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
{ "default", {
- { Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
- { // NVIDIA Corporation GPUs
- kDeviceTypeGPU, "NVIDIA Corporation", {
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
{ "SM5.0", {
{ Name{"GeForce GTX 750 Ti "}, Params{ 768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
diff --git a/src/database/kernels/gemm_routine/gemm_routine_3232.hpp b/src/database/kernels/gemm_routine/gemm_routine_3232.hpp
index 1861127a..6429423c 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_3232.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_3232.hpp
@@ -12,24 +12,24 @@ namespace database {
const DatabaseEntry GemmRoutineComplexSingle = {
"GemmRoutine", Precision::kComplexSingle, {"XGEMM_MIN_INDIRECT_SIZE"}, {
- { // Intel GPUs
- kDeviceTypeGPU, "Intel", {
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
{ "default", {
- { Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
- { // Intel(R) Corporation CPUs
- kDeviceTypeCPU, "Intel(R) Corporation", {
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
{ "default", {
- { Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
- { // NVIDIA Corporation GPUs
- kDeviceTypeGPU, "NVIDIA Corporation", {
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
{ "SM5.0", {
{ Name{"GeForce GTX 750 Ti "}, Params{ 768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
diff --git a/src/database/kernels/gemm_routine/gemm_routine_64.hpp b/src/database/kernels/gemm_routine/gemm_routine_64.hpp
index 840276d4..6a51e8e6 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_64.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_64.hpp
@@ -12,16 +12,16 @@ namespace database {
const DatabaseEntry GemmRoutineDouble = {
"GemmRoutine", Precision::kDouble, {"XGEMM_MIN_INDIRECT_SIZE"}, {
- { // Intel(R) Corporation CPUs
- kDeviceTypeCPU, "Intel(R) Corporation", {
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
{ "default", {
{ Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
- { // NVIDIA Corporation GPUs
- kDeviceTypeGPU, "NVIDIA Corporation", {
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
{ "SM5.0", {
{ Name{"GeForce GTX 750 Ti "}, Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
diff --git a/src/database/kernels/gemm_routine/gemm_routine_6464.hpp b/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
index 36498186..76b16962 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
@@ -12,16 +12,16 @@ namespace database {
const DatabaseEntry GemmRoutineComplexDouble = {
"GemmRoutine", Precision::kComplexDouble, {"XGEMM_MIN_INDIRECT_SIZE"}, {
- { // Intel(R) Corporation CPUs
- kDeviceTypeCPU, "Intel(R) Corporation", {
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
{ "default", {
{ Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 1536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 1536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
- { // NVIDIA Corporation GPUs
- kDeviceTypeGPU, "NVIDIA Corporation", {
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
{ "SM5.0", {
{ Name{"GeForce GTX 750 Ti "}, Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },