Skip to content

Commit

Permalink
Drop unused HIPInternal::m_hipArch static data member
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Sep 6, 2023
1 parent 6aaf373 commit 881801c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/HIP/Kokkos_HIP_Instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class HIPInternal {
using size_type = ::Kokkos::HIP::size_type;

inline static int m_hipDev = -1;
inline static int m_hipArch = -1;
inline static unsigned m_multiProcCount = 0;
inline static unsigned m_maxWarpCount = 0;
inline static std::array<size_type, 3> m_maxBlock = {0, 0, 0};
Expand Down

0 comments on commit 881801c

Please sign in to comment.