From e993ee077b50d3a6134309d465a4174b5c749596 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 4 Mar 2017 15:21:33 +0100 Subject: Added a proper data-preparation function for the TRSM tests --- test/routines/level2/xsyr2.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/routines/level2/xsyr2.hpp') diff --git a/test/routines/level2/xsyr2.hpp b/test/routines/level2/xsyr2.hpp index 7c65daa2..43644883 100644 --- a/test/routines/level2/xsyr2.hpp +++ b/test/routines/level2/xsyr2.hpp @@ -74,6 +74,11 @@ class TestXsyr2 { static Transposes GetATransposes(const Transposes &) { return {}; } // N/A for this routine static Transposes GetBTransposes(const Transposes &) { return {}; } // N/A for this routine + // Describes how to prepare the input data + static void PrepareData(const Arguments&, Queue&, const int, std::vector&, + std::vector&, std::vector&, std::vector&, std::vector&, + std::vector&, std::vector&) {} // N/A for this routine + // Describes how to run the CLBlast routine static StatusCode RunRoutine(const Arguments &args, Buffers &buffers, Queue &queue) { auto queue_plain = queue(); -- cgit v1.2.3