Skip to content
Open
Show file tree
Hide file tree
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: 1 addition & 1 deletion 3rdparty/composable_kernel
Submodule composable_kernel updated 118 files
2 changes: 2 additions & 0 deletions csrc/cpp_itfs/mha_fwd.cu
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ float fmha_fwd_ck(mha_fwd_args a, const ck_tile::stream_config& s)
a.hdim_v,
a.nhead_q,
a.nhead_k,
0, // num_head_q_total
0, // head_start
a.scale_s,
a.logits_soft_cap,
a.stride_q,
Comment on lines 315 to 322
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For non-head-sliced paths, keeping these fields as 0 is fine. CK treats them as optional and uses internal fallback behavior for the default (non-sliced) case.

Expand Down
Loading