mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-05-01 18:58:25 +00:00
Fix compilation
This commit is contained in:
parent
dcf46f1c26
commit
c4d12b4f8f
@ -428,7 +428,7 @@ void notify_dispatch(const int* num_tokens_per_rank, int* moe_recv_counter_mappe
|
||||
buffer_ptrs, task_fifo_ptrs, head, rank, \
|
||||
cpu_rdma_team); } break
|
||||
|
||||
constexpr int kNumThreads = std::max(256, 32 * num_channels);
|
||||
constexpr int kNumThreads = 512;
|
||||
const auto num_rdma_ranks = num_ranks / NUM_MAX_NVL_PEERS;
|
||||
|
||||
// Get clean meta
|
||||
|
Loading…
Reference in New Issue
Block a user