mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
Ck tile/paged attention workaround (#1894)
* Correction in GetRangeAlongX() * Work-around to solve the failures in test_paged_attention_ck in xformers
This commit is contained in:
@@ -742,7 +742,7 @@ struct FmhaFwdSplitKVKernel
|
||||
return pad_tensor_view(
|
||||
v_dram_transposed,
|
||||
make_tuple(number<FmhaPipeline::kN1>{}, number<FmhaPipeline::kK1>{}),
|
||||
sequence<kPadHeadDimV, false>{});
|
||||
sequence<kPadHeadDimV, kPadSeqLenK>{});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user