summaryrefslogtreecommitdiff
path: root/test/routines/level2/xhpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xhpr.h')
-rw-r--r--test/routines/level2/xhpr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/routines/level2/xhpr.h b/test/routines/level2/xhpr.h
index 6f56d3f3..0db11db0 100644
--- a/test/routines/level2/xhpr.h
+++ b/test/routines/level2/xhpr.h
@@ -88,8 +88,8 @@ class TestXhpr {
static StatusCode RunReference1(const Arguments<U> &args, Buffers<T> &buffers, Queue &queue) {
auto queue_plain = queue();
auto event = cl_event{};
- auto status = clblasXhpr(static_cast<clblasOrder>(args.layout),
- static_cast<clblasUplo>(args.triangle),
+ auto status = clblasXhpr(convertToCLBLAS(args.layout),
+ convertToCLBLAS(args.triangle),
args.n, args.alpha,
buffers.x_vec(), args.x_offset, args.x_inc,
buffers.ap_mat(), args.ap_offset,