fp16.cu 211 Bytes
Newer Older
1
2
3
#include "../splitkv_mla.cuh"
#include "../splitkv_mla.h"

zhanghj2's avatar
zhanghj2 committed
4
namespace gfx93 {
5
6
7
8
9
10

#ifndef FLASH_MLA_DISABLE_FP16
template void run_flash_splitkv_mla_kernel<cutlass::half_t>(DenseAttnDecodeParams &params);
#endif

}