summaryrefslogtreecommitdiff
path: root/test/routines/level3/xhemm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level3/xhemm.hpp')
-rw-r--r--test/routines/level3/xhemm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xhemm.hpp b/test/routines/level3/xhemm.hpp
index 9400a1fc..a89617b5 100644
--- a/test/routines/level3/xhemm.hpp
+++ b/test/routines/level3/xhemm.hpp
@@ -130,7 +130,7 @@ class TestXhemm {
// 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 = cublasXhemm(args.layout,
+ auto status = cublasXhemm(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.side),
convertToCUBLAS(args.triangle),
args.m, args.n, args.alpha,