summaryrefslogtreecommitdiff
path: root/candle-flash-attn/kernels/flash_fwd_hdim192_fp16_causal_sm80.cu
blob: 9e5b21e0228c8da8b4115195b2f85a002672d877 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2023, Tri Dao.
// Splitting the different head dimensions to different files to speed up compilation.
// This file is auto-generated. See "generate_kernels.py"

#include "flash_fwd_launch_template.h"

template<>
void run_mha_fwd_<cutlass::half_t, 192, true>(Flash_fwd_params &params, cudaStream_t stream) {
    run_mha_fwd_hdim192<cutlass::half_t, true>(params, stream);
}