summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/routines/levelx/xinvert.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/routines/levelx/xinvert.hpp b/test/routines/levelx/xinvert.hpp
index 94cd9393..b470dbf3 100644
--- a/test/routines/levelx/xinvert.hpp
+++ b/test/routines/levelx/xinvert.hpp
@@ -190,11 +190,11 @@ class TestXinvert {
// Describes how to run a naive version of the routine (for correctness/performance comparison).
// Note that a proper clBLAS or CPU BLAS comparison is not available for non-BLAS routines.
static StatusCode RunReference1(const Arguments<T> &args, Buffers<T> &buffers, Queue &queue) {
- return RunReference(args, buffers[0], queue);
+ return RunReference(args, buffers, queue);
}
static StatusCode RunReference2(const Arguments<T> &args, Buffers<T> &buffers, Queue &queue) {
- return RunReference(args, buffers[0], queue);
+ return RunReference(args, buffers, queue);
}
// Describes how to download the results of the computation (more importantly: which buffer)