From f24c142948fc71d8b37826c1275259668fe0d0e5 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 11 Apr 2017 21:50:18 +0200 Subject: Made compilation of the cuBLAS wrapper work properly --- test/routines/level2/xher.hpp | 2 +- test/routines/level2/xhpr.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/routines/level2') diff --git a/test/routines/level2/xher.hpp b/test/routines/level2/xher.hpp index 980e8d8b..c313d0f5 100644 --- a/test/routines/level2/xher.hpp +++ b/test/routines/level2/xher.hpp @@ -112,7 +112,7 @@ class TestXher { // Describes how to run the cuBLAS routine (for correctness/performance comparison) #ifdef CLBLAST_REF_CUBLAS - static StatusCode RunReference3(const Arguments &args, BuffersCUDA &buffers, Queue &) { + static StatusCode RunReference3(const Arguments &args, BuffersCUDA &buffers, Queue &) { auto status = cublasXher(args.layout, convertToCUBLAS(args.triangle), args.n, args.alpha, diff --git a/test/routines/level2/xhpr.hpp b/test/routines/level2/xhpr.hpp index 8148c253..986059bd 100644 --- a/test/routines/level2/xhpr.hpp +++ b/test/routines/level2/xhpr.hpp @@ -112,7 +112,7 @@ class TestXhpr { // Describes how to run the cuBLAS routine (for correctness/performance comparison) #ifdef CLBLAST_REF_CUBLAS - static StatusCode RunReference3(const Arguments &args, BuffersCUDA &buffers, Queue &) { + static StatusCode RunReference3(const Arguments &args, BuffersCUDA &buffers, Queue &) { auto status = cublasXhpr(args.layout, convertToCUBLAS(args.triangle), args.n, args.alpha, -- cgit v1.2.3