flash_bwd_hdim160_bf16_sm80.cu 400 B

12345678910
  1. // Copyright (c) 2024, Tri Dao.
  2. // Splitting the different head dimensions to different files to speed up compilation.
  3. // This file is auto-generated. See "generate_kernels.py"
  4. #include "flash_bwd_launch_template.h"
  5. template<>
  6. void run_mha_bwd_<cutlass::bfloat16_t, 160, false>(Flash_bwd_params &params, cudaStream_t stream) {
  7. run_mha_bwd_hdim160<cutlass::bfloat16_t, false>(params, stream);
  8. }