flash_fwd_hdim256_bf16_softcap_sm80.cu 475 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_HDIM256
  6. template void run_mha_fwd_<80, cutlass::bfloat16_t, 256, false, false, true, false>(Flash_fwd_params &params, cudaStream_t stream);
  7. #endif