Factored out inclusion of clBLAS and CBLAS from the test-routine files

pull/147/head
Cedric Nugteren 2017-04-02 15:24:21 +02:00
parent a9c25e9fd2
commit c5461d77e5
2 changed files with 2 additions and 21 deletions

View File

@ -16,18 +16,9 @@
#ifndef CLBLAST_TEST_ROUTINES_XTRSM_H_
#define CLBLAST_TEST_ROUTINES_XTRSM_H_
#include <vector>
#include <string>
#include "test/routines/common.hpp"
#include "test/routines/level3/xtrsm_data.hpp"
#ifdef CLBLAST_REF_CLBLAS
#include "test/wrapper_clblas.hpp"
#endif
#ifdef CLBLAST_REF_CBLAS
#include "test/wrapper_cblas.hpp"
#endif
namespace clblast {
// =================================================================================================

View File

@ -16,17 +16,7 @@
#ifndef CLBLAST_TEST_ROUTINES_XAXPYBATCHED_H_
#define CLBLAST_TEST_ROUTINES_XAXPYBATCHED_H_
#include <vector>
#include <string>
#include "utilities/utilities.hpp"
#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 {
// =================================================================================================