summaryrefslogtreecommitdiff
path: root/test/routines/level3/xherk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level3/xherk.hpp')
-rw-r--r--test/routines/level3/xherk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xherk.hpp b/test/routines/level3/xherk.hpp
index 3a676f59..3e1e7e02 100644
--- a/test/routines/level3/xherk.hpp
+++ b/test/routines/level3/xherk.hpp
@@ -118,7 +118,7 @@ class TestXherk {
// 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 = cublasXherk(args.layout,
+ auto status = cublasXherk(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.triangle),
convertToCUBLAS(args.a_transpose),
args.n, args.k, args.alpha,