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
FastMoE
Commits
9170835c
Commit
9170835c
authored
Jun 28, 2021
by
Rich Ho
Browse files
acro bug fix
parent
17e2a5c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cuda/global_exchange.cpp
cuda/global_exchange.cpp
+1
-1
No files found.
cuda/global_exchange.cpp
View file @
9170835c
...
...
@@ -81,7 +81,7 @@ public:
if
(
rank
==
0
)
{
ncclGetUniqueId
(
&
ncclID
);
}
#if defined(TORCH_VERSION) && (TORCH_VERSION_MAJOR > 1 || \
#if defined(TORCH_VERSION
_MAJOR
) && (TORCH_VERSION_MAJOR > 1 || \
(TORCH_VERSION_MAJOR == 1 && TORCH_VERSION_MINOR >= 8))
broadcastUniqueNCCLID
(
&
ncclID
,
c10d
::
OpType
::
SEND
,
...
...
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