phase1.h 175 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "../../../params.h"

namespace sm90::fwd {

template<int D_QK, bool HAVE_TOPK_LENGTH>
void run_fwd_phase1_kernel(const SparseAttnFwdParams& params);

}