fix build

This commit is contained in:
felix
2025-10-25 13:43:51 +00:00
parent 69bbe0480b
commit 37fdb18e06
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ static constexpr auto GemmSpec = ck::tensor_operation::device::GemmSpecializatio
constexpr ck::index_t DataPackedSize = 2; // Packed representation of data
constexpr ck::index_t ScaleBlockSize = 32; // scaling block size
constexpr ck::index_t KPerBlock = 128 / DataPackedSize; // 256 f4 = 128 fp4x2
constexpr ck::index_t KPerBlock = 256 / DataPackedSize; // 256 f4 = 128 fp4x2
static constexpr ck::index_t Nswizzle = false;
static constexpr ck::index_t ActOP = 0; // 0: gelu_and_mul, 1: silu_and_mul
static constexpr ck::index_t MPerBlock = 32;

View File

@@ -726,8 +726,8 @@ struct BlockwiseGemmXdlops_pipeline_bpreshuffle_mx_moe_gufusion_v3<
});
});
});
HotLoopScheduler();
if constexpr(MPerBlock >= 64)
HotLoopScheduler();
__builtin_amdgcn_sched_barrier(0);
};