mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-08 23:38:11 +00:00
Fix compilation error in check_err()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user