Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/python/sdpa/frost/test_sdpa_fwd_split_kv_sm120.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def _expected_split(api):
kv_tiles=-(-api.s_k_max // api.kv_tile),
sm_count=device_info(torch.cuda.current_device()).sm_count,
ctas_per_tile=1,
# The combine's grid is (S_q, H, B) — see choose_split_kv.
combine_rows=api.batch_size * api.h_q * api.s_q_max,
)


Expand Down
Loading