Skip to content

Commit 6a7e1a5

Browse files
authored
[ROCm 6.0.1] Fix merge error in #2652 that affects #2644. (#2658)
1 parent 0fab579 commit 6a7e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/miopen_type_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct remove_cv
7676
typedef typename remove_volatile<typename remove_const<T>::type>::type type;
7777
};
7878

79-
#if HIP_PACKAGE_VERSION_FLAT >= 6001000000ULL && HIP_PACKAGE_VERSION_FLAT < 6001024000ULL
79+
#if HIP_PACKAGE_VERSION_FLAT >= 6000024000ULL && HIP_PACKAGE_VERSION_FLAT < 6001024000ULL
8080
template <class T, T v>
8181
struct integral_constant
8282
{

0 commit comments

Comments
 (0)