summaryrefslogtreecommitdiff
path: root/src/database/kernel_selection.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-20 22:19:09 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-20 22:19:09 +0200
commitd7314d4f8ead76801c6e55f966d9b905095f676d (patch)
tree80e43f66a721513bc777fcb19e32c76f8dc7cd33 /src/database/kernel_selection.hpp
parent409a5a2ad09a5904a083059f9b1e00e53e1019d9 (diff)
Tuned the direct versus indirect GEMM kernel trade-off point for NVIDIA GPUs
Diffstat (limited to 'src/database/kernel_selection.hpp')
-rw-r--r--src/database/kernel_selection.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernel_selection.hpp b/src/database/kernel_selection.hpp
index 11b03fa1..13d74fbb 100644
--- a/src/database/kernel_selection.hpp
+++ b/src/database/kernel_selection.hpp
@@ -27,7 +27,8 @@ const Database::DatabaseEntry KernelSelectionHalf = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
- { "default", { {"XGEMM_MIN_INDIRECT_SIZE",768*768*768} } },
+ { "TITAN X (Pascal)", { {"XGEMM_MIN_INDIRECT_SIZE",2048*2048*2048} } },
+ { "default", { {"XGEMM_MIN_INDIRECT_SIZE",1024*1024*1024} } },
}
},
{ // Default