mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 13:41:24 +00:00
[CK_TILE] FMHA Reduce build time by disabling instances that are not tested (#2834)
* Use lse = false for PagedKV tests There are no instances with lse = true so splitkv is actually launched as a fallback. * Reduce build time by disabling instances that are not tested
This commit is contained in:
@@ -401,7 +401,7 @@ TEST_P(PagedKV, Test)
|
||||
0, // scale_s
|
||||
0, // logits_soft_cap
|
||||
is_v_rowmajor, // is_v_rowmajor
|
||||
def_lse, // lse
|
||||
false, // lse
|
||||
page_block_size, // page_block_size
|
||||
false, // use_cache_batch_idx
|
||||
"n", // bias_str
|
||||
|
||||
Reference in New Issue
Block a user