Merge commit 'ec23be0b9d45ff9ca4135090bcd0269184c953a7' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-03 06:16:07 +00:00
parent 0b05cd0351
commit d8734393c7
6 changed files with 22 additions and 14 deletions

View File

@@ -334,13 +334,13 @@ bool test_moe_sorting(ck_tile::ArgParser args)
if(moe_buf_bytes > 0)
{
#if MOE_SORTING_FMOE_2D_BUF
printf("moe_buf:%lu(%d,%d), ",
printf("moe_buf:%" PRIu64 "(%d,%d), ",
static_cast<uint64_t>(moe_buf_bytes),
moe_buf_interm_dim,
moe_buf_elem_bytes);
#else
printf("moe_buf:%lu, ", static_cast<uint64_t>(moe_buf_bytes));
printf("moe_buf:%" PRIu64 ", ", static_cast<uint64_t>(moe_buf_bytes));
#endif
}