Skip to content

Commit

Permalink
Remove USE_MKLREF
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Oct 21, 2024
1 parent ca37c38 commit 2a8a76b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit_tests/lapack/include/lapack_reference_wrappers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@
#endif
#define WeirdNEC
extern "C" {
#ifdef USE_MKLREF
#include <mkl_cblas.h>
#include <mkl_lapacke.h>
#else
#include "cblas.h"
#include "lapacke.h"
#endif
}
static_assert(sizeof(lapack_int) == 8);
static_assert(sizeof(CBLAS_INT) == 8);
Expand Down

0 comments on commit 2a8a76b

Please sign in to comment.