summaryrefslogtreecommitdiff
path: root/test/routines/level2/xhpr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xhpr.hpp')
-rw-r--r--test/routines/level2/xhpr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xhpr.hpp b/test/routines/level2/xhpr.hpp
index 8148c253..986059bd 100644
--- a/test/routines/level2/xhpr.hpp
+++ b/test/routines/level2/xhpr.hpp
@@ -112,7 +112,7 @@ class TestXhpr {
// Describes how to run the cuBLAS routine (for correctness/performance comparison)
#ifdef CLBLAST_REF_CUBLAS
- static StatusCode RunReference3(const Arguments<T> &args, BuffersCUDA<T> &buffers, Queue &) {
+ static StatusCode RunReference3(const Arguments<U> &args, BuffersCUDA<T> &buffers, Queue &) {
auto status = cublasXhpr(args.layout,
convertToCUBLAS(args.triangle),
args.n, args.alpha,