Skip to content

Commit

Permalink
update for new ck interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rocking5566 committed Nov 26, 2024
1 parent 0538b43 commit af935b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csrc/flash_attn_ck/mha_varlen_fwd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ fmha_fwd_splitkv_args get_ck_fmha_varlen_fwd_splitkv_args(bool has_lse,
args.page_block_size = 0;
}

args.is_gappy = false;
args.cache_batch_idx = nullptr;

args.seqstart_q_ptr = seqlens_q.data_ptr();
Expand Down

0 comments on commit af935b9

Please sign in to comment.