Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
2d8b3600
Commit
2d8b3600
authored
Mar 29, 2023
by
Pruthvi Madugundu
Committed by
flyingdown
Apr 23, 2023
Browse files
Update rccl header include path (#110)
parent
e519c1e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apex/contrib/csrc/nccl_p2p/nccl_p2p_cuda.cu
apex/contrib/csrc/nccl_p2p/nccl_p2p_cuda.cu
+1
-1
apex/contrib/csrc/peer_memory/peer_memory_cuda.cu
apex/contrib/csrc/peer_memory/peer_memory_cuda.cu
+1
-1
No files found.
apex/contrib/csrc/nccl_p2p/nccl_p2p_cuda.cu
View file @
2d8b3600
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <ctime>
#include <ctime>
#include <cassert>
#include <cassert>
#ifdef __HIP_PLATFORM_HCC__
#ifdef __HIP_PLATFORM_HCC__
#include "rccl.h"
#include "rccl
/rccl
.h"
#else
#else
#include "nccl.h"
#include "nccl.h"
#endif
#endif
...
...
apex/contrib/csrc/peer_memory/peer_memory_cuda.cu
View file @
2d8b3600
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifdef __HIP_PLATFORM_HCC__
#ifdef __HIP_PLATFORM_HCC__
#include <hip/hip_cooperative_groups.h>
#include <hip/hip_cooperative_groups.h>
#include "rccl.h"
#include "rccl
/rccl
.h"
#else
#else
#include <cooperative_groups.h>
#include <cooperative_groups.h>
#include "nccl.h"
#include "nccl.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment