From ee2ddaec0c1ba0db568581dd14e61dd1026bd3fc Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Thu, 2 Mar 2023 12:33:54 -0500 Subject: [PATCH] Drop KOKKOS_ENABLE_RFO_PREFETCH macro --- core/src/Kokkos_Macros.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/src/Kokkos_Macros.hpp b/core/src/Kokkos_Macros.hpp index 901f84367b..a884c037b3 100644 --- a/core/src/Kokkos_Macros.hpp +++ b/core/src/Kokkos_Macros.hpp @@ -224,10 +224,6 @@ #endif #endif -#if defined(KOKKOS_ARCH_AVX512MIC) -#define KOKKOS_ENABLE_RFO_PREFETCH 1 -#endif - #if defined(__MIC__) // Compiling for Xeon Phi #endif @@ -269,10 +265,6 @@ //#define KOKKOS_ENABLE_PRAGMA_LOOPCOUNT 1 //#define KOKKOS_ENABLE_PRAGMA_VECTOR 1 -#if defined(KOKKOS_ARCH_AVX512MIC) -#define KOKKOS_ENABLE_RFO_PREFETCH 1 -#endif - #if !defined(KOKKOS_IMPL_HOST_FORCEINLINE_FUNCTION) #define KOKKOS_IMPL_HOST_FORCEINLINE_FUNCTION \ inline __attribute__((always_inline))