mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 00:04:37 +00:00
Remove type argument
This commit is contained in:
@@ -149,8 +149,7 @@ decode_seqlen(mode_enum mode,
|
||||
if(use_kvcache)
|
||||
{
|
||||
std::vector<ck_tile::index_t> seqlen_ks(batch);
|
||||
randints<ck_tile::index_t>(
|
||||
seqlen_ks.begin(), seqlen_ks.end(), seqlen_k_min, seqlen_k_max, seed);
|
||||
randints(seqlen_ks.begin(), seqlen_ks.end(), seqlen_k_min, seqlen_k_max, seed);
|
||||
return seqlen_ks;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user