Skip to content

Commit d66ac62

Browse files
authored
[Kernel][Bugfix] Delete some more useless code in marlin_moe_ops.cu (vllm-project#8643)
1 parent 9dc7c6c commit d66ac62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

csrc/moe/marlin_moe_ops.cu

-3
Original file line numberDiff line numberDiff line change
@@ -1704,9 +1704,6 @@ exec_config_t determine_thread_config(int prob_m, int prob_n, int prob_k,
17041704
}
17051705

17061706
#define CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, NUM_THREADS) \
1707-
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
1708-
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
1709-
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
17101707
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
17111708
\
17121709
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, false, -1, NUM_THREADS) \

0 commit comments

Comments
 (0)