Skip to content

Commit

Permalink
[Kernel][Bugfix] Delete some more useless code in marlin_moe_ops.cu (v…
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrmchlsmth authored and MengqingCao committed Sep 30, 2024
1 parent 1ce995f commit f92154a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions csrc/moe/marlin_moe_ops.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1704,9 +1704,6 @@ exec_config_t determine_thread_config(int prob_m, int prob_n, int prob_k,
}

#define CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, NUM_THREADS) \
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, true, 0, NUM_THREADS) \
\
__CALL_IF_MOE(W_TYPE, N_BLOCKS, K_BLOCKS, false, -1, NUM_THREADS) \
Expand Down

0 comments on commit f92154a

Please sign in to comment.