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/levelx/xinvert.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/routines/levelx/xinvert.hpp') diff --git a/test/routines/levelx/xinvert.hpp b/test/routines/levelx/xinvert.hpp index c6ce4b07..05bea9aa 100644 --- a/test/routines/levelx/xinvert.hpp +++ b/test/routines/levelx/xinvert.hpp @@ -167,6 +167,11 @@ class TestXinvert { 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) { try { -- cgit v1.2.3