Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Dec 29, 2024
1 parent c19f016 commit 12ff63b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion candle-flash-attn/kernels/flash_fwd_launch_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ void run_mha_fwd_hdim192(Flash_fwd_params &params, cudaStream_t stream) {
});
}


template<typename T, bool Is_causal>
void run_mha_fwd_hdim224(Flash_fwd_params &params, cudaStream_t stream) {
constexpr static int Headdim = 224;
Expand Down

0 comments on commit 12ff63b

Please sign in to comment.