Skip to content

Commit e21efaa

Browse files
authored
Update skt_v2_mpi.cpp
1 parent 2aefb22 commit e21efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skt_v2_mpi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <vector>
99

1010
constexpr uint64_t TOTAL_ELEMENTS = 17179869184;
11-
constexpr int STREAM_NUM = 32;
11+
constexpr int STREAM_NUM = 128;
1212
constexpr int THREADS_PER_PROCESS = 32;
1313
constexpr int GPU_NUM = 8;
1414
constexpr uint64_t SIZE = TOTAL_ELEMENTS / (THREADS_PER_PROCESS * GPU_NUM);

0 commit comments

Comments
 (0)