Merge commit '59cb9064821de461c237736ae61691e96a07572d' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-16 07:13:36 +00:00
parent 52c4571095
commit d50929103e
2 changed files with 2 additions and 2 deletions

View File

@@ -1868,7 +1868,7 @@ struct FmhaFwdKernel
const auto v_dram_naive = make_naive_tensor_view<address_space_enum::global>(
data, // will update this pointer if using paged-kvcache
make_tuple(length, kargs.hdim_v),
make_tuple(kargs.hdim_v, 1),
make_tuple(kargs.stride_v, 1),
number<FmhaPipeline::kAlignmentV>{},
number<1>{});