fwd.h 112 Bytes
Newer Older
1
2
3
4
5
6
#pragma once

#include "params.h"

namespace sm90 {

7
void run_fwd_kernel(const SparseAttnFwdParams& params);
8
9

}