summaryrefslogtreecommitdiff
path: root/test/routines/level1/xscal.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xscal.h')
-rw-r--r--test/routines/level1/xscal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level1/xscal.h b/test/routines/level1/xscal.h
index 35855dbd..84d14ac7 100644
--- a/test/routines/level1/xscal.h
+++ b/test/routines/level1/xscal.h
@@ -82,7 +82,7 @@ class TestXscal {
auto queue_plain = queue();
auto event = cl_event{};
auto status = clblasXscal(args.n, args.alpha,
- buffers.x_vec(), args.x_offset, args.x_inc,
+ buffers.x_vec, args.x_offset, args.x_inc,
1, &queue_plain, 0, nullptr, &event);
clWaitForEvents(1, &event);
return static_cast<StatusCode>(status);