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
956d3aef
"...text-generation-inference.git" did not exist on "00b8f36fba62e457ff143cce35564ac6704db860"
Commit
956d3aef
authored
Apr 26, 2021
by
Rick Ho
Browse files
fix stream manager
parent
bb3c8966
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cuda/stream_manager.cpp
cuda/stream_manager.cpp
+1
-1
No files found.
cuda/stream_manager.cpp
View file @
956d3aef
...
@@ -24,7 +24,7 @@ void CudaStreamManager::sync(int idx) {
...
@@ -24,7 +24,7 @@ void CudaStreamManager::sync(int idx) {
}
}
void
CudaStreamManager
::
setup
(
const
int
device
)
{
void
CudaStreamManager
::
setup
(
const
int
device
)
{
#ifdef MOE_USE_NCCL
#ifdef
F
MOE_USE_NCCL
this
->
ncclgood
=
0
;
this
->
ncclgood
=
0
;
#endif
#endif
this
->
device
=
device
;
this
->
device
=
device
;
...
...
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