[CK_TILE] fix bug when iperm =0 in fmha fwd (#2820)

* fix bug when iperm =0 in fmha fwd

* Disable f8 fmha smoke test until fix pr merged

---------

Co-authored-by: Po Yen Chen <PoYen.Chen@amd.com>
This commit is contained in:
Haocong WANG
2025-09-16 15:07:10 +08:00
committed by GitHub
parent 7fbc9d6c97
commit 59cb906482
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>{});