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/level3/xgemm.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/routines/level3/xgemm.hpp') diff --git a/test/routines/level3/xgemm.hpp b/test/routines/level3/xgemm.hpp index bca3c049..1b12fb1c 100644 --- a/test/routines/level3/xgemm.hpp +++ b/test/routines/level3/xgemm.hpp @@ -82,6 +82,11 @@ class TestXgemm { static Transposes GetATransposes(const Transposes &all) { return all; } static Transposes GetBTransposes(const Transposes &all) { return all; } + // 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