flash_bwd_hdim192_fp16_sm80.cu 511 B

123456789101112
  1. // Copyright (c) 2024, Jay Shah, Ganesh Bikshandi, Ying Zhang, Vijay Thakkar, Pradeep Ramani, Tri Dao.
  2. // Splitting the different template instantiations 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. #ifndef FLASHATTENTION_DISABLE_HDIM192
  6. template<>
  7. void run_mha_bwd_<80, cutlass::half_t, 192>(Flash_bwd_params &params, cudaStream_t stream) {
  8. run_mha_bwd_hdim192<80, cutlass::half_t>(params, stream);
  9. }
  10. #endif