Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
13ffd989
Commit
13ffd989
authored
5 years ago
by
Zhao Wu
Committed by
Tianqi Chen
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPP RPC] Fix the compile problem of cpp_rpc (#4725)
parent
b1d93ecc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
apps/cpp_rpc/main.cc
+3
-3
apps/cpp_rpc/rpc_env.cc
+1
-1
apps/cpp_rpc/rpc_server.cc
+1
-1
apps/cpp_rpc/rpc_tracker_client.h
+1
-1
No files found.
apps/cpp_rpc/main.cc
View file @
13ffd989
...
...
@@ -31,13 +31,13 @@
#include <vector>
#include <sstream>
#include "../../src/
common
/util.h"
#include "../../src/
common
/socket.h"
#include "../../src/
support
/util.h"
#include "../../src/
support
/socket.h"
#include "rpc_server.h"
using
namespace
std
;
using
namespace
tvm
::
runtime
;
using
namespace
tvm
::
common
;
using
namespace
tvm
::
support
;
static
const
string
kUSAGE
=
\
"Command line usage
\n
"
\
...
...
This diff is collapsed.
Click to expand it.
apps/cpp_rpc/rpc_env.cc
View file @
13ffd989
...
...
@@ -36,7 +36,7 @@
#include <cstring>
#include "rpc_env.h"
#include "../../src/
common
/util.h"
#include "../../src/
support
/util.h"
#include "../../src/runtime/file_util.h"
namespace
tvm
{
...
...
This diff is collapsed.
Click to expand it.
apps/cpp_rpc/rpc_server.cc
View file @
13ffd989
...
...
@@ -39,7 +39,7 @@
#include "rpc_tracker_client.h"
#include "../../src/runtime/rpc/rpc_session.h"
#include "../../src/runtime/rpc/rpc_socket_impl.h"
#include "../../src/
common
/socket.h"
#include "../../src/
support
/socket.h"
namespace
tvm
{
namespace
runtime
{
...
...
This diff is collapsed.
Click to expand it.
apps/cpp_rpc/rpc_tracker_client.h
View file @
13ffd989
...
...
@@ -32,7 +32,7 @@
#include <string>
#include "../../src/runtime/rpc/rpc_session.h"
#include "../../src/
common
/socket.h"
#include "../../src/
support
/socket.h"
namespace
tvm
{
namespace
runtime
{
...
...
This diff is collapsed.
Click to expand it.
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