From 27a2ceb4f786d7e119e8ada2cf809c35672350c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Pietil=C3=A4?= Date: Wed, 17 Sep 2025 12:29:12 +0000 Subject: [PATCH] Increase the max number of reported errors. --- include/ck_tile/host/check_err.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;