Skip to content

Commit

Permalink
Merge pull request #5944 from dalg24/drop_kokkos_enable_rfo_prefetch_…
Browse files Browse the repository at this point in the history
…macro

Drop `KOKKOS_ENABLE_RFO_PREFETCH` macro
  • Loading branch information
dalg24 authored Mar 2, 2023
2 parents 40c40a7 + ee2ddae commit 7e4665d
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 7e4665d

Please sign in to comment.