model1.cu 176 Bytes
Newer Older
1
2
3
4
5
6
7
8
#include "../kernel.cuh"

namespace sm100::decode::head64 {

template
void run_flash_splitkv_mla_fp8_sparse_kernel<ModelType::MODEL1>(const SparseAttnDecodeParams &params);

}