From 4aa1c48ee3d9f0f213d4de97812c4c4a390fe863 Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Mon, 7 Jul 2025 10:06:32 +0000 Subject: [PATCH] Merge commit 'ad593c286f7deda9cc8da7db660f8eddd6690151' into develop --- example/ck_tile/01_fmha/fmha_bwd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/01_fmha/fmha_bwd.cpp b/example/ck_tile/01_fmha/fmha_bwd.cpp index 3b9cf09eb2..b6de5ea621 100644 --- a/example/ck_tile/01_fmha/fmha_bwd.cpp +++ b/example/ck_tile/01_fmha/fmha_bwd.cpp @@ -355,7 +355,7 @@ bool run(const ck_tile::ArgParser& arg_parser) if(bias.type == bias_enum::alibi) { auto slopes = ck_tile::get_alibi_slopes(nhead); - assert(slopes.size() == nhead); + assert(slopes.size() == static_cast(nhead)); if(bias.rank_info == 0) { // alibi in 1*h