summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/correctness/testaxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/correctness/testaxy.h b/test/correctness/testaxy.h
index 14cc22f4..0b904172 100644
--- a/test/correctness/testaxy.h
+++ b/test/correctness/testaxy.h
@@ -42,7 +42,7 @@ class TestAXY: public Tester<T> {
using Tester<T>::GetExampleScalars;
// Test settings for the regular test. Append to this list in case more tests are required.
- const std::vector<size_t> kMatrixVectorDims = { 7, 64 };
+ const std::vector<size_t> kMatrixVectorDims = { 61, 512 };
const std::vector<size_t> kOffsets = { 0, 10 };
const std::vector<size_t> kIncrements = { 1, 2 };
const std::vector<T> kAlphaValues = GetExampleScalars();