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

#include "params.h"

namespace sm100::fwd::head128 {

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

}