From 2a8a76bd24fad7a69ee1f0fcba2183e4df39c033 Mon Sep 17 00:00:00 2001 From: "romain.biessy" Date: Mon, 21 Oct 2024 17:35:33 +0100 Subject: [PATCH] Remove USE_MKLREF --- .../unit_tests/lapack/include/lapack_reference_wrappers.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/unit_tests/lapack/include/lapack_reference_wrappers.hpp b/tests/unit_tests/lapack/include/lapack_reference_wrappers.hpp index 9e28e9feb..2f500274c 100644 --- a/tests/unit_tests/lapack/include/lapack_reference_wrappers.hpp +++ b/tests/unit_tests/lapack/include/lapack_reference_wrappers.hpp @@ -27,13 +27,8 @@ #endif #define WeirdNEC extern "C" { -#ifdef USE_MKLREF -#include -#include -#else #include "cblas.h" #include "lapacke.h" -#endif } static_assert(sizeof(lapack_int) == 8); static_assert(sizeof(CBLAS_INT) == 8);