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