Skip to content

Commit

Permalink
Drop KOKKOS_ENABLE_RFO_PREFETCH macro
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 2, 2023
1 parent 40c40a7 commit ee2ddae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/src/Kokkos_Macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit ee2ddae

Please sign in to comment.