From a9c25e9fd26d3b40a89a34e9d6f2da2f547adcd0 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 2 Apr 2017 15:21:19 +0200 Subject: Factored out inclusion of clBLAS and CBLAS from the test-routine files --- test/routines/level2/xgemv.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'test/routines/level2/xgemv.hpp') diff --git a/test/routines/level2/xgemv.hpp b/test/routines/level2/xgemv.hpp index a007cb62..4654838e 100644 --- a/test/routines/level2/xgemv.hpp +++ b/test/routines/level2/xgemv.hpp @@ -16,15 +16,7 @@ #ifndef CLBLAST_TEST_ROUTINES_XGEMV_H_ #define CLBLAST_TEST_ROUTINES_XGEMV_H_ -#include -#include - -#ifdef CLBLAST_REF_CLBLAS - #include "test/wrapper_clblas.hpp" -#endif -#ifdef CLBLAST_REF_CBLAS - #include "test/wrapper_cblas.hpp" -#endif +#include "test/routines/common.hpp" namespace clblast { // ================================================================================================= -- cgit v1.2.3