Merge commit 'ad593c286f7deda9cc8da7db660f8eddd6690151' into develop

This commit is contained in:
assistant-librarian[bot]
2025-07-07 10:06:32 +00:00
parent 5b5c0a5569
commit 4aa1c48ee3

View File

@@ -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<AccDataType>(nhead);
assert(slopes.size() == nhead);
assert(slopes.size() == static_cast<decltype(slopes.size())>(nhead));
if(bias.rank_info == 0)
{
// alibi in 1*h