Merge branch 'develop' into ck_tile/gemm_blockscale_eightwarps

This commit is contained in:
Yi DING
2026-01-28 13:22:29 +08:00
committed by GitHub
249 changed files with 18528 additions and 25736 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 = 128;
constexpr int ERROR_DETAIL_LIMIT = 16;
/** @brief 8-bit floating point type */
using F8 = ck_tile::fp8_t;