We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f4795 commit e692c2dCopy full SHA for e692c2d
ggml-cuda.cu
@@ -8,6 +8,7 @@
8
#include <limits>
9
#include <stdint.h>
10
#include <stdio.h>
11
+#include <unistd.h>
12
#include <vector>
13
14
@@ -7999,6 +8000,9 @@ static void ggml_cuda_set_peer_access(const int n_tokens) {
7999
8000
}
8001
8002
8003
+
8004
+ usleep(100000); // 0.1 s
8005
8006
#endif // NDEBUG
8007
8008
peer_access_enabled = enable_peer_access;
0 commit comments