We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fab579 commit 6a7e1a5Copy full SHA for 6a7e1a5
src/kernels/miopen_type_traits.hpp
@@ -76,7 +76,7 @@ struct remove_cv
76
typedef typename remove_volatile<typename remove_const<T>::type>::type type;
77
};
78
79
-#if HIP_PACKAGE_VERSION_FLAT >= 6001000000ULL && HIP_PACKAGE_VERSION_FLAT < 6001024000ULL
+#if HIP_PACKAGE_VERSION_FLAT >= 6000024000ULL && HIP_PACKAGE_VERSION_FLAT < 6001024000ULL
80
template <class T, T v>
81
struct integral_constant
82
{
0 commit comments