Skip to content

Commit

Permalink
removing extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maleksan85 committed Jan 21, 2025
1 parent 2102ba7 commit 613222a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csrc/moe/moe_align_sum_kernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ void moe_align_block_size(torch::Tensor topk_ids, int64_t num_experts,
// element value of token_cnts would also smaller than 65535,
// so we can use uint16 as dtype of token_cnts
use_i16 = true;
} else {
use_global_memory = true;
}

if (use_global_memory) {
Expand Down

0 comments on commit 613222a

Please sign in to comment.