Skip to content

Commit

Permalink
update submodule ck locally
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-des committed Dec 29, 2024
1 parent 423b9c2 commit 17b2f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csrc/composable_kernel
2 changes: 1 addition & 1 deletion csrc/flash_attn_ck/mha_bwd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fmha_bwd_traits get_ck_fmha_bwd_traits(const mask_info &mask,
true, // uses_ext_asm
true, // is_v3_atomic_fp32
false, // is_v3_spec
1}; // how_v3_bf16_cvt 0:RTNE; 1:RTNA; 2:RTZ
2}; // how_v3_bf16_cvt 0:RTNE; 1:RTNA; 2:RTZ
}

fmha_bwd_args get_ck_fmha_bwd_args(const mask_info &mask,
Expand Down

0 comments on commit 17b2f53

Please sign in to comment.