Increase the max number of reported errors.

This commit is contained in:
Ville Pietilä
2025-09-17 12:29:12 +00:00
parent 4ec81cb95c
commit 27a2ceb4f7

View File

@@ -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;