flash_bwd_hdim64_fp16_sm90.cu 508 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_HDIM64
  6. template<>
  7. void run_mha_bwd_<90, cutlass::half_t, 64>(Flash_bwd_params &params, cudaStream_t stream) {
  8. run_mha_bwd_hdim64<90, cutlass::half_t>(params, stream);
  9. }
  10. #endif