mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Fully remove barrier FIFO designs (#200)
* Fully remove FIFO slots * Fully remove FIFO buffers * Minor fix styles * Fix some typos * Bugs fixed * Cleanup `ibgda_poll_cq`
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#define NUM_MAX_NVL_PEERS 8
|
||||
#define NUM_MAX_RDMA_PEERS 20
|
||||
#define NUM_MAX_FIFO_SLOTS 32768
|
||||
#define NUM_WORKSPACE_BYTES (32 * 1024 * 1024)
|
||||
#define NUM_MAX_LOCAL_EXPERTS 1024
|
||||
#define NUM_BUFFER_ALIGNMENT_BYTES 128
|
||||
|
||||
Reference in New Issue
Block a user