Skip to content

Commit ea5a594

Browse files
committed
Revert "doActivationKernel reg=32"
This reverts commit 4e40624.
1 parent 4e40624 commit ea5a594

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

csrc/fused_moe/cutlass_backend/cutlass_fused_moe_kernels.cuh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,9 +2208,7 @@ void doGatedActivation(ActivationOutputType* output, GemmOutputType const* gemm_
22082208

22092209
template <class T, class GemmOutputType, class ScaleBiasType, class ActFn,
22102210
TmaWarpSpecializedGroupedGemmInput::FpXBlockScalingType BlockScalingType>
2211-
__global__
2212-
__maxnreg__(32)
2213-
void doActivationKernel(T* output, GemmOutputType const* gemm_result,
2211+
__global__ void doActivationKernel(T* output, GemmOutputType const* gemm_result,
22142212
float const* fp8_quant, ScaleBiasType const* bias_ptr,
22152213
bool bias_is_broadcast, int64_t const* expert_first_token_offset,
22162214
int num_experts_per_node, int64_t inter_size_real_,

0 commit comments

Comments
 (0)