diff --git a/include/ck_tile/host/check_err.hpp b/include/ck_tile/host/check_err.hpp index 1a15271dc4..f12c927da6 100644 --- a/include/ck_tile/host/check_err.hpp +++ b/include/ck_tile/host/check_err.hpp @@ -19,7 +19,7 @@ namespace ck_tile { /** @brief Maximum number of error values to display when checking errors */ -constexpr int ERROR_DETAIL_LIMIT = 5; +constexpr int ERROR_DETAIL_LIMIT = 64; /** @brief 8-bit floating point type */ using F8 = ck_tile::fp8_t;