Skip to content

Commit

Permalink
Fix typo in deprecatation macro used in HIP
Browse files Browse the repository at this point in the history
Co-Authored-By: Damien L-G <dalg24@gmail.com>
  • Loading branch information
Rombur and dalg24 committed Feb 1, 2024
1 parent cc6ecf0 commit 917baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/HIP/Kokkos_HIP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class HIP {
//! \name Functions that all Kokkos devices must implement.
//@{

#ifdef KOKKOS_ENABLE_DEPRECATED_4
#ifdef KOKKOS_ENABLE_DEPRECATED_CODE_4
KOKKOS_DEPRECATED KOKKOS_INLINE_FUNCTION static int in_parallel() {
#if defined(__HIP_DEVICE_COMPILE__)
return true;
Expand Down

0 comments on commit 917baa6

Please sign in to comment.