summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-01 14:39:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-01 14:39:44 +0200
commitb9317d7d0c5ac7da9b6377183c9d7640defd6046 (patch)
treecc975868f80eaf6de2b148457d93ae3994dfafa1
parentbee2f943ec51a3482e89cf635a2d12b6b6d96b04 (diff)
Made the default xDOT tuning size smaller
-rw-r--r--src/tuning/xdot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuning/xdot.cc b/src/tuning/xdot.cc
index 48fa800b..cff656c3 100644
--- a/src/tuning/xdot.cc
+++ b/src/tuning/xdot.cc
@@ -44,7 +44,7 @@ class TuneXdot {
// Sets the default values for the arguments
static size_t DefaultM() { return 1; } // N/A for this kernel
- static size_t DefaultN() { return 64*1024*1024; }
+ static size_t DefaultN() { return 2*1024*1024; }
static size_t DefaultK() { return 1; } // N/A for this kernel
static double DefaultFraction() { return 1.0; } // N/A for this kernel