summaryrefslogtreecommitdiff
path: root/test/correctness/testaxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/correctness/testaxy.h')
-rw-r--r--test/correctness/testaxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/correctness/testaxy.h b/test/correctness/testaxy.h
index 9135e2ba..00d4f6ec 100644
--- a/test/correctness/testaxy.h
+++ b/test/correctness/testaxy.h
@@ -41,10 +41,11 @@ class TestAXY: public Tester<T> {
using Tester<T>::TestErrorCount;
using Tester<T>::TestErrorCodes;
using Tester<T>::GetExampleScalars;
+ using Tester<T>::GetOffsets;
// Test settings for the regular test. Append to this list in case more tests are required.
const std::vector<size_t> kMatrixVectorDims = { 61, 512 };
- const std::vector<size_t> kOffsets = { 0, 10 };
+ const std::vector<size_t> kOffsets = GetOffsets();
const std::vector<size_t> kIncrements = { 1, 2 };
const std::vector<T> kAlphaValues = GetExampleScalars();
const std::vector<T> kBetaValues = GetExampleScalars();