From 33ace2704b4ab7e3d529193072f6eb527db16d28 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 3 Dec 2024 08:52:08 -0700 Subject: [PATCH] cleanup: remove deprecated __KOKKOSBATCHED_ENABLE_INTEL_MKL__ Signed-off-by: Carl Pearson --- batched/KokkosBatched_Util.hpp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/batched/KokkosBatched_Util.hpp b/batched/KokkosBatched_Util.hpp index 520427e8c6..4a03dcf779 100644 --- a/batched/KokkosBatched_Util.hpp +++ b/batched/KokkosBatched_Util.hpp @@ -56,21 +56,7 @@ // TPL macros #if defined(KOKKOSKERNELS_ENABLE_TPL_MKL) - -#if defined(KOKKOS_COMPILER_MSVC) -#define KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL \ - (__pragma( \ - message("warning: __KOKKOSBATCHED_ENABLE_INTEL_MKL__ is deprecated and will be removed in a future version")) 1) -#elif defined(KOKKOS_COMPILER_GNU) || defined(KOKKOS_COMPILER_CLANG) -#define KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL \ - (__extension__({ \ - _Pragma("warning: __KOKKOSBATCHED_ENABLE_INTEL_MKL__ is deprecated and will be removed in a future version"); \ - 1; \ - })) -#else -#define KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL 1 // no good way to deprecate? -#endif -#define __KOKKOSBATCHED_ENABLE_INTEL_MKL__ KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL +#define KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL 1 #include "mkl_version.h" #if __INTEL_MKL__ >= 2018