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

@@ -97,7 +97,7 @@ run_fp16_appendkv_tests() {
set -x
run_fp16_bf16_tests
run_fp8_tests
# run_fp8_tests
if [ $TEST_APPENDKV -eq 1 ] ; then
run_fp16_appendkv_tests

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>{});