Skip to content

Commit 5c7bbd8

Browse files
committed
update switch
1 parent 74bda86 commit 5c7bbd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csrc/fused_moe/noAuxTcKernels.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ namespace flashinfer::trtllm_dsv3_fused_routing {
377377
reinterpret_cast<half*>(topk_values.data_ptr()),
378378
reinterpret_cast<int32_t*>(topk_indices.data_ptr()), num_tokens, num_experts, n_group,
379379
topk_group, topk, routed_scaling_factor, launch_with_pdl, stream);
380+
break;
380381
default: throw std::invalid_argument("Invalid bias dtype, only supports float16, float32, and bfloat16"); break;
381382
}
382383
break;

0 commit comments

Comments
 (0)