"platforms/cuda-old/src/kernels/cudaKernels.h" did not exist on "906a35f2b3ab1723194e6d1b9098b4911c20537f"
phase1.h 176 Bytes
Newer Older
1
2
3
4
#pragma once

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

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

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

}