Skip to content

Commit

Permalink
[ROCm 6.0.1] Fix merge error in #2652 that affects #2644. (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
atamazov authored Jan 5, 2024
1 parent 0fab579 commit 6a7e1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernels/miopen_type_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct remove_cv
typedef typename remove_volatile<typename remove_const<T>::type>::type type;
};

#if HIP_PACKAGE_VERSION_FLAT >= 6001000000ULL && HIP_PACKAGE_VERSION_FLAT < 6001024000ULL
#if HIP_PACKAGE_VERSION_FLAT >= 6000024000ULL && HIP_PACKAGE_VERSION_FLAT < 6001024000ULL
template <class T, T v>
struct integral_constant
{
Expand Down

0 comments on commit 6a7e1a5

Please sign in to comment.