Fix split-kv combine kernel name

This commit is contained in:
PoYen, Chen
2024-06-08 21:34:53 +00:00
parent f3e213c0c5
commit d74a1d6ed1

View File

@@ -50,7 +50,7 @@ struct FmhaFwdSplitKVCombineKernel
_SS_("fmha_fwd_splitkv_combine_d") + _TS_(FmhaPipeline::kHeadDimV) + "_" + _SS_(t2s<ODataType>::name) +
"_" + (kIsGroupMode ? "group" : "batch") + "_"
"b" + _TS_(FmhaPipeline::kM0) + "x" +
_TS_(FmhaPipeline::kN1) +
_TS_(FmhaPipeline::kN1) + "_" +
(kBlockPerCuInput == -1 ? "" : ("o" + _TS_(kBlockPerCu) + "_")) +
_SS_(FmhaPipeline::name) +
(pn.empty() ? "" : "_" + pn) +