summaryrefslogtreecommitdiff
path: root/test/routines/level3/xtrmm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level3/xtrmm.hpp')
-rw-r--r--test/routines/level3/xtrmm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xtrmm.hpp b/test/routines/level3/xtrmm.hpp
index abf77db9..acc00e01 100644
--- a/test/routines/level3/xtrmm.hpp
+++ b/test/routines/level3/xtrmm.hpp
@@ -122,7 +122,7 @@ class TestXtrmm {
// 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 = cublasXtrmm(args.layout,
+ auto status = cublasXtrmm(reinterpret_cast<cublasHandle_t>(args.cublas_handle), args.layout,
convertToCUBLAS(args.side),
convertToCUBLAS(args.triangle),
convertToCUBLAS(args.a_transpose),