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 df5d19a commit b7baeedCopy full SHA for b7baeed
paddle/fluid/platform/device_context.h
@@ -23,7 +23,9 @@ limitations under the License. */
23
#include "paddle/fluid/platform/cuda_helper.h"
24
#include "paddle/fluid/platform/dynload/cublas.h"
25
#include "paddle/fluid/platform/dynload/cudnn.h"
26
+#if !defined(__APPLE__) && !defined(_WIN32)
27
#include "paddle/fluid/platform/dynload/nccl.h"
28
+#endif
29
#include "paddle/fluid/platform/gpu_info.h"
30
#endif
31
0 commit comments