summaryrefslogtreecommitdiff
path: root/src/tuning/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-23 13:55:22 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-23 13:55:22 +0100
commitb1f52f130c4f9e4346579003b2786aa2e082f234 (patch)
tree1c0807409adf163e8abe1cba52509873a6c65f48 /src/tuning/routines
parentaa7db4f987360fe1956add9391c6e81aa61b75f3 (diff)
Updated the database to use the new TRSV and Invert tuners
Diffstat (limited to 'src/tuning/routines')
-rw-r--r--src/tuning/routines/xtrsv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuning/routines/xtrsv.cpp b/src/tuning/routines/xtrsv.cpp
index 9e8f26fa..29db0cd0 100644
--- a/src/tuning/routines/xtrsv.cpp
+++ b/src/tuning/routines/xtrsv.cpp
@@ -59,7 +59,7 @@ void TuneXtrsv(int argc, char* argv[]) {
// Values for the block size
const auto from = size_t{8};
- const auto to = size_t{64 + 1};
+ const auto to = size_t{32 + 1};
const auto step = size_t{8};
// OpenCL initialisation