summaryrefslogtreecommitdiff
path: root/test/routines/level2/xher.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xher.hpp')
-rw-r--r--test/routines/level2/xher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xher.hpp b/test/routines/level2/xher.hpp
index c313d0f5..1ac1247b 100644
--- a/test/routines/level2/xher.hpp
+++ b/test/routines/level2/xher.hpp
@@ -113,7 +113,7 @@ class TestXher {
// Describes how to run the cuBLAS routine (for correctness/performance comparison)
#ifdef CLBLAST_REF_CUBLAS
static StatusCode RunReference3(const Arguments<U> &args, BuffersCUDA<T> &buffers, Queue &) {
- auto status = cublasXher(args.layout,
+ auto status = cublasXher(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.triangle),
args.n, args.alpha,
buffers.x_vec, args.x_offset, args.x_inc,