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:
@@ -22,7 +22,7 @@ __global__ void clean_low_latency_buffer(int* clean_0, int num_clean_int_0,
|
||||
for (int i = thread_id; i < num_clean_int_1; i += kNumThreads)
|
||||
clean_1[i] = 0;
|
||||
|
||||
// Barrier after cleaning (make sure low-latency mode work fine)
|
||||
// Barrier after cleaning (make sure the low-latency mode works fine)
|
||||
nvshmemx_barrier_all_block();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user