summaryrefslogtreecommitdiff
path: root/test/routines/level2/xhpmv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xhpmv.hpp')
-rw-r--r--test/routines/level2/xhpmv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xhpmv.hpp b/test/routines/level2/xhpmv.hpp
index 40ec5475..ad91fe15 100644
--- a/test/routines/level2/xhpmv.hpp
+++ b/test/routines/level2/xhpmv.hpp
@@ -120,7 +120,7 @@ class TestXhpmv {
// 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 = cublasXhpmv(args.layout,
+ auto status = cublasXhpmv(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.triangle),
args.n, args.alpha,
buffers.ap_mat, args.ap_offset,