We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aefb22 commit e21efaaCopy full SHA for e21efaa
skt_v2_mpi.cpp
@@ -8,7 +8,7 @@
8
#include <vector>
9
10
constexpr uint64_t TOTAL_ELEMENTS = 17179869184;
11
-constexpr int STREAM_NUM = 32;
+constexpr int STREAM_NUM = 128;
12
constexpr int THREADS_PER_PROCESS = 32;
13
constexpr int GPU_NUM = 8;
14
constexpr uint64_t SIZE = TOTAL_ELEMENTS / (THREADS_PER_PROCESS * GPU_NUM);
0 commit comments