summaryrefslogtreecommitdiff
path: root/test/routines/level2/xtpmv.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xtpmv.h')
-rw-r--r--test/routines/level2/xtpmv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/routines/level2/xtpmv.h b/test/routines/level2/xtpmv.h
index a834b437..58249227 100644
--- a/test/routines/level2/xtpmv.h
+++ b/test/routines/level2/xtpmv.h
@@ -92,8 +92,8 @@ class TestXtpmv {
convertToCLBLAS(args.a_transpose),
convertToCLBLAS(args.diagonal),
args.n,
- buffers.ap_mat(), args.ap_offset,
- buffers.x_vec(), args.x_offset, args.x_inc,
+ buffers.ap_mat, args.ap_offset,
+ buffers.x_vec, args.x_offset, args.x_inc,
1, &queue_plain, 0, nullptr, &event);
clWaitForEvents(1, &event);
return static_cast<StatusCode>(status);