mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 05:01:25 +00:00
Handle moe_fp8 no-mainloop cases. Supprese no-mainloop check (#2438)
Co-authored-by: felix <felix.li@amd.com>
This commit is contained in:
@@ -1112,7 +1112,7 @@ struct GridwiseMoeGemm
|
||||
}
|
||||
|
||||
// check gridwise gemm pipeline
|
||||
#if 1
|
||||
#if 0
|
||||
const auto num_k_loop = karg.AK0 / (KPerBlock / AK1Value);
|
||||
|
||||
if(num_k_loop <= BlockwiseGemmPipe::PrefetchStages)
|
||||
|
||||
Reference in New Issue
Block a user