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
tianlh
LightGBM-DCU
Commits
e6295185
Unverified
Commit
e6295185
authored
Feb 14, 2021
by
James Lamb
Committed by
GitHub
Feb 15, 2021
Browse files
[docs] fix typos in network docs (#3960)
parent
7816ab5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/network/linkers.h
src/network/linkers.h
+3
-3
No files found.
src/network/linkers.h
View file @
e6295185
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
namespace
LightGBM
{
namespace
LightGBM
{
/*!
/*!
* \brief A network basic communication w
a
rpper.
* \brief A network basic communication wr
a
pper.
* Will w
a
rp low level communication methods, e.g. mpi, socket and so on.
* Will wr
a
p low level communication methods, e.g. mpi, socket and so on.
* This class will wrap all linkers to other machines if needs
* This class will wrap all linkers to other machines if needs
*/
*/
class
Linkers
{
class
Linkers
{
...
@@ -52,7 +52,7 @@ class Linkers {
...
@@ -52,7 +52,7 @@ class Linkers {
* \brief Recv data, blocking
* \brief Recv data, blocking
* \param rank Which rank will send data to local machine
* \param rank Which rank will send data to local machine
* \param data Pointer of receive data
* \param data Pointer of receive data
* \param len Recv size, will block until recive len size of data
* \param len Recv size, will block until rec
e
ive len size of data
*/
*/
inline
void
Recv
(
int
rank
,
char
*
data
,
int
len
)
const
;
inline
void
Recv
(
int
rank
,
char
*
data
,
int
len
)
const
;
...
...
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