flash_fwd_hdim96_fp16_paged_softcap_packgqa_sm90.cu 467 B

123456789
  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_fwd_launch_template.h"
  5. #ifndef FLASHATTENTION_DISABLE_HDIM96
  6. template void run_mha_fwd_<90, cutlass::half_t, 96, false, true, true, true>(Flash_fwd_params &params, cudaStream_t stream);
  7. #endif