summaryrefslogtreecommitdiff
path: root/test/routines/level1/xamax.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xamax.h')
-rw-r--r--test/routines/level1/xamax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/routines/level1/xamax.h b/test/routines/level1/xamax.h
index 7b404dc3..12b031bc 100644
--- a/test/routines/level1/xamax.h
+++ b/test/routines/level1/xamax.h
@@ -86,8 +86,8 @@ class TestXamax {
auto queue_plain = queue();
auto event = cl_event{};
auto status = clblasXamax<T>(args.n,
- buffers.scalar(), args.imax_offset,
- buffers.x_vec(), args.x_offset, args.x_inc,
+ buffers.scalar, args.imax_offset,
+ buffers.x_vec, args.x_offset, args.x_inc,
1, &queue_plain, 0, nullptr, &event);
clWaitForEvents(1, &event);
return static_cast<StatusCode>(status);