mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Add fast-debugging flags
This commit is contained in:
@@ -7,9 +7,15 @@
|
||||
#define NUM_BUFFER_ALIGNMENT_BYTES 128
|
||||
|
||||
#define FINISHED_SUM_TAG 1024
|
||||
#define NUM_WAIT_NANOSECONDS 500
|
||||
|
||||
#ifndef ENABLE_FAST_DEBUG
|
||||
#define NUM_CPU_TIMEOUT_SECS 100
|
||||
#define NUM_TIMEOUT_CYCLES 200000000000ull // 200G cycles ~= 100s
|
||||
#define NUM_WAIT_NANOSECONDS 500
|
||||
#else
|
||||
#define NUM_CPU_TIMEOUT_SECS 10
|
||||
#define NUM_TIMEOUT_CYCLES 20000000000ull // 20G cycles ~= 10s
|
||||
#endif
|
||||
|
||||
#define LOW_LATENCY_SEND_PHASE 1
|
||||
#define LOW_LATENCY_RECV_PHASE 2
|
||||
|
||||
Reference in New Issue
Block a user