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/level3/xherk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/level3/xherk.hpp') diff --git a/test/routines/level3/xherk.hpp b/test/routines/level3/xherk.hpp index 676d5286..3a676f59 100644 --- a/test/routines/level3/xherk.hpp +++ b/test/routines/level3/xherk.hpp @@ -117,7 +117,7 @@ class TestXherk { // 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 = cublasXherk(args.layout, convertToCUBLAS(args.triangle), convertToCUBLAS(args.a_transpose), -- cgit v1.2.3