summaryrefslogtreecommitdiff
path: root/test/routines/levelx
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-03-05 16:44:16 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-03-05 16:44:16 +0100
commit6aba0bbae71702c4eebd88d0fe17739b509185c1 (patch)
tree1b46ef9ebc4c4b0cf4aa7dc4b20fc640440d25b9 /test/routines/levelx
parentb114ea49a9228ee7a8bf1b00c092324c0ce972c3 (diff)
Minor fixes to the client w.r.t. the addition of the batch count
Diffstat (limited to 'test/routines/levelx')
-rw-r--r--test/routines/levelx/xaxpybatched.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/levelx/xaxpybatched.hpp b/test/routines/levelx/xaxpybatched.hpp
index 181b401c..7922359d 100644
--- a/test/routines/levelx/xaxpybatched.hpp
+++ b/test/routines/levelx/xaxpybatched.hpp
@@ -43,7 +43,7 @@ class TestXaxpyBatched {
static std::vector<std::string> GetOptions() {
return {kArgN,
kArgXInc, kArgYInc,
- kArgAlpha, kArgBatchCount};
+ kArgBatchCount, kArgAlpha};
}
// Helper to determine a different alpha value per batch