update gmem

This commit is contained in:
chenhongmin.will
2025-02-25 09:40:56 +08:00
parent d833dbd711
commit b67a18f850
5 changed files with 29 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ static constexpr int TileSchedulerMetaDataSize = 8;
////////////////////////////////////////////////////////////////////////////////////////////////////
template<typename T, int Headdim>
template<typename T, typename To, int Headdim>
void run_mha_fwd_splitkv_mla(Flash_fwd_mla_params &params, cudaStream_t stream);
struct Mla_metadata_params {