summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-22 13:43:27 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-22 13:43:27 +0200
commit192199c9cb9241781af79b33474c18ab06d2a4f2 (patch)
treea3d01ce2cbdad63500c4405c96895c6a19cf93fb /src
parente41d20485676783879d0eeacb685a9459e0449fb (diff)
Fixed the direct vs indirect setting for NVIDIA GPUs
Diffstat (limited to 'src')
-rw-r--r--src/database/kernel_selection.hpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/database/kernel_selection.hpp b/src/database/kernel_selection.hpp
index 13d74fbb..0ef6d9a0 100644
--- a/src/database/kernel_selection.hpp
+++ b/src/database/kernel_selection.hpp
@@ -27,8 +27,7 @@ const Database::DatabaseEntry KernelSelectionHalf = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
- { "TITAN X (Pascal)", { {"XGEMM_MIN_INDIRECT_SIZE",2048*2048*2048} } },
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1024*1024*1024} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1280*1280*1280} } },
}
},
{ // Default
@@ -50,7 +49,7 @@ const Database::DatabaseEntry KernelSelectionSingle = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",768*768*768} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1280*1280*1280} } },
}
},
{ // Default
@@ -72,7 +71,7 @@ const Database::DatabaseEntry KernelSelectionComplexSingle = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",768*768*768} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1280*1280*1280} } },
}
},
{ // Default
@@ -94,7 +93,7 @@ const Database::DatabaseEntry KernelSelectionDouble = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",768*768*768} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1280*1280*1280} } },
}
},
{ // Default
@@ -116,7 +115,7 @@ const Database::DatabaseEntry KernelSelectionComplexDouble = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",768*768*768} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1280*1280*1280} } },
}
},
{ // Default