summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-11-29 20:47:20 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-11-29 20:47:20 +0100
commit26e017743191e188bc4ae7c7148a6025cfd74422 (patch)
tree25c38e2e34da08ee54ddd262ee1d14f2288c465f
parent2cf7d8429a58ac09842815d9859c90acbc38e8b7 (diff)
Made Intel GPUs always use the indirect version of the GEMM kernel
-rw-r--r--src/database/kernel_selection.hpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/database/kernel_selection.hpp b/src/database/kernel_selection.hpp
index f91b7e8f..11b03fa1 100644
--- a/src/database/kernel_selection.hpp
+++ b/src/database/kernel_selection.hpp
@@ -22,8 +22,7 @@ const Database::DatabaseEntry KernelSelectionHalf = {
"KernelSelection", Precision::kHalf, {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics Skylake ULT GT2", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",384*384*384} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
}
},
{ // NVIDIA GPUs
@@ -45,8 +44,7 @@ const Database::DatabaseEntry KernelSelectionSingle = {
"KernelSelection", Precision::kSingle, {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics Skylake ULT GT2", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",384*384*384} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
}
},
{ // NVIDIA GPUs
@@ -68,8 +66,7 @@ const Database::DatabaseEntry KernelSelectionComplexSingle = {
"KernelSelection", Precision::kComplexSingle, {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics Skylake ULT GT2", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",384*384*384} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
}
},
{ // NVIDIA GPUs
@@ -91,8 +88,7 @@ const Database::DatabaseEntry KernelSelectionDouble = {
"KernelSelection", Precision::kDouble, {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics Skylake ULT GT2", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",384*384*384} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
}
},
{ // NVIDIA GPUs
@@ -114,8 +110,7 @@ const Database::DatabaseEntry KernelSelectionComplexDouble = {
"KernelSelection", Precision::kComplexDouble, {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics Skylake ULT GT2", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",384*384*384} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1*1*1} } },
}
},
{ // NVIDIA GPUs