mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 19:28:33 +00:00
formater
This commit is contained in:
@@ -826,7 +826,7 @@ struct FusedMoeGemmPipelineFlatmmPolicy
|
||||
std::is_same_v<typename Problem::TopkWeightDataType, float> &&
|
||||
S_::Block_M1 == 32 && S_::Block_N1 == 128 && S_::Block_K1 == 512 &&
|
||||
S_::Warp_M0 == 16 && S_::Warp_N0 == 16 && S_::Warp_K0 == 32 &&
|
||||
T_::PipeInterleave == false)
|
||||
T_::PipeInterleave == false)
|
||||
{
|
||||
return FlatmmSn_32x128x512_1x4x1_16x16x32_FP16{};
|
||||
// return FlatmmSn_32x128x512_1x4x1_16x16x32_FP16_itl{};
|
||||
@@ -836,17 +836,17 @@ struct FusedMoeGemmPipelineFlatmmPolicy
|
||||
std::is_same_v<typename Problem::TopkWeightDataType, float> &&
|
||||
S_::Block_M1 == 32 && S_::Block_N1 == 128 && S_::Block_K1 == 512 &&
|
||||
S_::Warp_M0 == 16 && S_::Warp_N0 == 16 && S_::Warp_K0 == 32 &&
|
||||
T_::PipeInterleave == true)
|
||||
T_::PipeInterleave == true)
|
||||
{
|
||||
// return FlatmmSn_32x128x512_1x4x1_16x16x32_FP16{};
|
||||
return FlatmmSn_32x128x512_1x4x1_16x16x32_BF16_itl{};
|
||||
}
|
||||
else if constexpr(std::is_same_v<typename Problem::YDataType, ck_tile::fp16_t> &&
|
||||
else if constexpr(std::is_same_v<typename Problem::YDataType, ck_tile::fp16_t> &&
|
||||
std::is_same_v<typename Problem::DDataType, ck_tile::fp16_t> &&
|
||||
std::is_same_v<typename Problem::TopkWeightDataType, float> &&
|
||||
S_::Block_M1 == 32 && S_::Block_N1 == 128 && S_::Block_K1 == 512 &&
|
||||
S_::Warp_M0 == 16 && S_::Warp_N0 == 16 && S_::Warp_K0 == 32 &&
|
||||
T_::PipeInterleave == true)
|
||||
T_::PipeInterleave == true)
|
||||
{
|
||||
// return FlatmmSn_32x128x512_1x4x1_16x16x32_FP16{};
|
||||
return FlatmmSn_32x128x512_1x4x1_16x16x32_FP16_itl{};
|
||||
|
||||
@@ -23,7 +23,7 @@ template <bool IsGateOnly_,
|
||||
FusedMoeGemmWeightPermuteEnum::b_nr_kr_waveflatten,
|
||||
bool PadHiddenSize_ = false,
|
||||
bool PadIntermediateSize_ = false,
|
||||
bool PipeInterleave_ = true>
|
||||
bool PipeInterleave_ = true>
|
||||
struct FusedMoeGemmTraits
|
||||
{
|
||||
// Gate+Up or Gate only
|
||||
|
||||
Reference in New Issue
Block a user