We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecbcd46 + 8613bf7 commit 721acccCopy full SHA for 721accc
benchmark/basic_performance/src/core/machine_define.h
@@ -27,7 +27,7 @@
27
*/
28
29
#ifndef CXL_PERF_APP_MACHINE_DEFINE_H
30
-#define CXL_PERF_APP_MACHINE_DEFINE_H
+#define CXL_PERF_APP_MACHINE_DEFINE_H
31
#define MACHINE_X86 1
32
#define MACHINE_ARM 2
33
#define MACHINE_MOCKUP 3
@@ -36,7 +36,12 @@
36
#define MACHINE_TYPE_DEF MACHINE_MOCKUP
37
#endif
38
39
-#ifndef CORE_NUM_PER_SOCKET_DEF
+#ifndef CORE_NUM_PER_SOCKET_DEF // ONLY USED FOR CACHETEST, BW_VS_LATENCY TEST HAS OWN CORE_NUM_PER_SOCKET
40
#define CORE_NUM_PER_SOCKET_DEF 10
41
42
+
43
+#ifndef MAX_SOCKET_NUM_DEF // ONLY USED FOR CACHETEST, BW_VS_LATENCY TEST HAS OWN MAX_SOCKET_NUM
44
+#define MAX_SOCKET_NUM_DEF 1
45
+#endif
46
47
#endif // CXL_PERF_APP_MACHINE_DEFINE_H
0 commit comments