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 c37d821 commit d0293d6Copy full SHA for d0293d6
gloo/context.cc
@@ -8,7 +8,6 @@
8
9
#include "gloo/context.h"
10
11
-#include "gloo/common/error.h"
12
#include "gloo/common/logging.h"
13
#include "gloo/transport/device.h"
14
#include "gloo/transport/unbound_buffer.h"
gloo/cuda_allreduce_bcube.cc
@@ -14,7 +14,6 @@
15
#include <sstream>
16
#ifndef _WIN32
17
-#include <unistd.h>
18
#endif
19
20
#ifdef DEBUG
gloo/cuda_allreduce_ring_chunked.cc
@@ -9,7 +9,6 @@
#include "gloo/cuda_allreduce_ring_chunked.h"
#include "gloo/cuda_collectives_device.h"
-#include "gloo/cuda_collectives_host.h"
#include "gloo/cuda_private.h"
namespace gloo {
0 commit comments