summaryrefslogtreecommitdiff
path: root/test/routines/level2/xtbmv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xtbmv.hpp')
-rw-r--r--test/routines/level2/xtbmv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xtbmv.hpp b/test/routines/level2/xtbmv.hpp
index 9aff2cea..8c7aa381 100644
--- a/test/routines/level2/xtbmv.hpp
+++ b/test/routines/level2/xtbmv.hpp
@@ -116,7 +116,7 @@ class TestXtbmv {
// 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 = cublasXtbmv(args.layout,
+ auto status = cublasXtbmv(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.triangle),
convertToCUBLAS(args.a_transpose),
convertToCUBLAS(args.diagonal),