Commit 23058a0f authored by lishen's avatar lishen
Browse files

添加timeout计时时间

parent 0395bf27
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#define FINISHED_SUM_TAG 1024 #define FINISHED_SUM_TAG 1024
#define NUM_CPU_TIMEOUT_SECS 100 #define NUM_CPU_TIMEOUT_SECS 2000
#define NUM_TIMEOUT_CYCLES 200000000000ll // 200G cycles ~= 100s #define NUM_TIMEOUT_CYCLES 3000000000000ll // 200G cycles ~= 100s
#define NUM_WAIT_NANOSECONDS 500 #define NUM_WAIT_NANOSECONDS 500
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment