Fix compilation error in check_err()

This commit is contained in:
Po-Yen, Chen
2022-08-19 15:22:26 -04:00
parent 47770c857b
commit cd395646fa

View File

@@ -153,8 +153,9 @@ check_err(const std::vector<T>& out,
template <typename T>
std::enable_if_t<(std::is_integral_v<T> && !std::is_same_v<T, bhalf_t>)
#ifdef CK_EXPERIMENTAL_BIT_INT_EXTENSION_INT4
|| std::is_same_v<T, int4_t>
|| std::is_same_v<T, int4_t>
#endif
,
bool>
check_err(const std::vector<T>& out,
const std::vector<T>& ref,