summaryrefslogtreecommitdiff
path: root/test/correctness
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-13 17:42:41 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-13 17:42:41 +0200
commit584f80c6663a167e117db38259c94d3f1df45156 (patch)
tree31337da6210d57ae565c0913c2cb82ff4b574a89 /test/correctness
parent6662f5d8e92b723f60ab88fe1d8628965de207d0 (diff)
Enlarge test matrices and vectors for AXY routines (GEMV)
Diffstat (limited to 'test/correctness')
-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();