Skip to content

Commit

Permalink
Change #ifdef KOKKOS_ENABLE_DEPRECATED_CODE_{4 -> 3}
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Jan 27, 2023
1 parent a6a0237 commit bd86fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Kokkos_Macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@

//----------------------------------------------------------------------------
// Determine for what space the code is being compiled:
#if defined(KOKKOS_ENABLE_DEPRECARED_CODE_4)
#if defined(KOKKOS_ENABLE_DEPRECARED_CODE_3)

#if defined(__CUDACC__) && defined(__CUDA_ARCH__) && defined(KOKKOS_ENABLE_CUDA)
#define KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_CUDA
Expand Down

0 comments on commit bd86fe9

Please sign in to comment.