summaryrefslogtreecommitdiff
path: root/test/routines/level3/xher2k.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level3/xher2k.hpp')
-rw-r--r--test/routines/level3/xher2k.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xher2k.hpp b/test/routines/level3/xher2k.hpp
index 2b0fff64..55e6d894 100644
--- a/test/routines/level3/xher2k.hpp
+++ b/test/routines/level3/xher2k.hpp
@@ -132,7 +132,7 @@ class TestXher2k {
#ifdef CLBLAST_REF_CUBLAS
static StatusCode RunReference3(const Arguments<U> &args, BuffersCUDA<T> &buffers, Queue &) {
auto alpha2 = T{args.alpha, args.alpha};
- auto status = cublasXher2k(args.layout,
+ auto status = cublasXher2k(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.triangle),
convertToCUBLAS(args.a_transpose),
args.n, args.k, alpha2,