summaryrefslogtreecommitdiff
path: root/test/routines/level2/xhemv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xhemv.hpp')
-rw-r--r--test/routines/level2/xhemv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xhemv.hpp b/test/routines/level2/xhemv.hpp
index b2b6b337..e1f23592 100644
--- a/test/routines/level2/xhemv.hpp
+++ b/test/routines/level2/xhemv.hpp
@@ -120,7 +120,7 @@ class TestXhemv {
// 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 &) {
- auto status = cublasXhemv(args.layout,
+ auto status = cublasXhemv(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.triangle),
args.n, args.alpha,
buffers.a_mat, args.a_offset, args.a_ld,