Merge commit 'cafaeb6b7bac4e18b0a5341cd14f54224292a0c9' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-29 15:12:59 +00:00
parent 83b2a1d876
commit 26e9ec020f
29 changed files with 1970 additions and 282 deletions

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 = 128;
/** @brief 8-bit floating point type */
using F8 = ck_tile::fp8_t;